Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2023 12:33:16 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 55965a2a7e - main - fdp-primer/examples: Fix typo
Message-ID:  <202303051233.325CXGKm067664@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

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

commit 55965a2a7e0975459b621b257d717bc04e02eb6b
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-03-05 12:05:18 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-03-05 12:31:58 +0000

    fdp-primer/examples: Fix typo
    
    Subsections need an extra '='.
    
    Approved by:    doc (carlavilla)
    Differential Revision: https://reviews.freebsd.org/D38913
---
 documentation/content/en/books/fdp-primer/examples/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/fdp-primer/examples/_index.adoc b/documentation/content/en/books/fdp-primer/examples/_index.adoc
index 370bda43b2..577fcfeaa5 100644
--- a/documentation/content/en/books/fdp-primer/examples/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/examples/_index.adoc
@@ -154,7 +154,7 @@ toc::[]
 
 This is the first section in my article.
 
-== My First Sub-Section
+=== My First Sub-Section
 
 This is the first sub-section in my article.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303051233.325CXGKm067664>