git: fb40f7a6d8 - main - [doc-en][articles/committers-guide] Fix subsection

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 08:26:28 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fb40f7a6d80b21aa0da2d2ed43c9e9051b3e3f8b

commit fb40f7a6d80b21aa0da2d2ed43c9e9051b3e3f8b
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-09-30 08:20:48 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-30 08:20:48 +0000

    [doc-en][articles/committers-guide] Fix subsection
    
    Add a blank line after "====" subsection. The English version is rendered well
    anyway, but translations get the wrong string mixing the title and the content
    of the translation.
---
 documentation/content/en/articles/committers-guide/_index.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 216afb4458..52aa7d887f 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -769,6 +769,7 @@ Git differs from other version control systems in that you have to tell it expli
 I have opted to do it on the commit command line, but you can also do it with 'git add' which many of the more in depth tutorials cover.
 
 ====== Time to update
+
 When it is time to bring in a new version, it is almost the same as w/o the branches.
 You would update like you would above, but there is one extra command before you update, and one after.
 The following assumes you are starting with an unmodified tree.