From 32c804a0e8b2dc450703f938507e3700047ccd51 Mon Sep 17 00:00:00 2001 From: Mahdi Ziraki Date: Sat, 7 Oct 2017 05:56:30 +0330 Subject: [PATCH] fix typo in doc --- docs/pages/prototyping-utilities.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md index 9982ad461..ef617008b 100644 --- a/docs/pages/prototyping-utilities.md +++ b/docs/pages/prototyping-utilities.md @@ -300,13 +300,13 @@ You can use font styling to style your text. You can change the font styling by ## List Styling
- Please note that [Unbulleted lists](typography-helpers.html#un-bulleted-list), `.no-bullets` is enabled by default for both ordered and unordered lists. + Please note that [Unbulleted lists](typography-helpers.html#un-bulleted-list), `.no-bullet` is enabled by default for both ordered and unordered lists.
#### Unordered Lists ```html - + @@ -315,7 +315,7 @@ You can use font styling to style your text. You can change the font styling by #### Ordered Lists ```html -
    +
            -- 2.47.2