Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 12:59:13 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: b0a56f2891 - main - Correct simple typo.
Message-ID:  <202101261259.10QCxDMH034847@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo (ports committer):

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

commit b0a56f289194988e53393ff15707825ac2bfb907
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2021-01-26 12:22:06 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2021-01-26 12:58:17 +0000

    Correct simple typo.
    
    Summary: Really simple typo, good change to test the new workflow.
    
    Test Plan: None
    
    Reviewers: carlavilla
    
    Reviewed By: carlavilla
    
    Differential Revision: https://reviews.freebsd.org/D28348
---
 .../content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc b/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
index 7918fda4cf..5c43a83c6f 100644
--- a/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
+++ b/documentation/content/en/books/fdp-primer/asciidoctor-primer/chapter.adoc
@@ -129,7 +129,7 @@ For example this is an ordered list.
 * First item
 * Second item
 ** Subsecond item
-* Thrid item
+* Third item
 ....
 
 And this would be rendered as.
@@ -137,7 +137,7 @@ And this would be rendered as.
 * First item
 * Second item
 ** Subsecond item
-* Thrid item
+* Third item
 
 [[asciidoctor-unordered-lists]]
 === Unordered lists
@@ -150,7 +150,7 @@ For example this is an unordered lists.
 . First item
 . Second item
 .. Subsecond item
-. Thrid item
+. Third item
 ....
 
 And this would be rendered as.
@@ -158,7 +158,7 @@ And this would be rendered as.
 . First item
 . Second item
 .. Subsecond item
-. Thrid item
+. Third item
 
 [[asciidoctor-links]]
 == Links



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