From b0a56f289194988e53393ff15707825ac2bfb907 Mon Sep 17 00:00:00 2001 From: Michael Gmelin <grembo@FreeBSD.org> Date: Tue, 26 Jan 2021 13:22:06 +0100 Subject: [PATCH] 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 --- .../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