git: b0a56f2891 - main - Correct simple typo.

Michael Gmelin grembo at FreeBSD.org
Tue Jan 26 12:59:13 UTC 2021


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 at FreeBSD.org>
AuthorDate: 2021-01-26 12:22:06 +0000
Commit:     Michael Gmelin <grembo at 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


More information about the dev-commits-doc-all mailing list