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