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
This commit is contained in:
parent
4dba695e5d
commit
b0a56f2891
1 changed files with 4 additions and 4 deletions
|
@ -129,7 +129,7 @@ For example this is an ordered list.
|
||||||
* First item
|
* First item
|
||||||
* Second item
|
* Second item
|
||||||
** Subsecond item
|
** Subsecond item
|
||||||
* Thrid item
|
* Third item
|
||||||
....
|
....
|
||||||
|
|
||||||
And this would be rendered as.
|
And this would be rendered as.
|
||||||
|
@ -137,7 +137,7 @@ And this would be rendered as.
|
||||||
* First item
|
* First item
|
||||||
* Second item
|
* Second item
|
||||||
** Subsecond item
|
** Subsecond item
|
||||||
* Thrid item
|
* Third item
|
||||||
|
|
||||||
[[asciidoctor-unordered-lists]]
|
[[asciidoctor-unordered-lists]]
|
||||||
=== Unordered lists
|
=== Unordered lists
|
||||||
|
@ -150,7 +150,7 @@ For example this is an unordered lists.
|
||||||
. First item
|
. First item
|
||||||
. Second item
|
. Second item
|
||||||
.. Subsecond item
|
.. Subsecond item
|
||||||
. Thrid item
|
. Third item
|
||||||
....
|
....
|
||||||
|
|
||||||
And this would be rendered as.
|
And this would be rendered as.
|
||||||
|
@ -158,7 +158,7 @@ And this would be rendered as.
|
||||||
. First item
|
. First item
|
||||||
. Second item
|
. Second item
|
||||||
.. Subsecond item
|
.. Subsecond item
|
||||||
. Thrid item
|
. Third item
|
||||||
|
|
||||||
[[asciidoctor-links]]
|
[[asciidoctor-links]]
|
||||||
== Links
|
== Links
|
||||||
|
|
Loading…
Reference in a new issue