diff --git a/docs/content/typography.md b/docs/content/typography.md index f0fc1a4bb6..a49eadedb9 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -211,7 +211,7 @@ Remove the default `list-style` and left margin on list items (immediate childre ### Inline -Place all list items on a single line with `display: inline-block;` and some basic margin between. +Remove a list's bullets and apply some light `margin` with a combination of two classes, `.list-inline` and `.list-inline-item`. {% example html %}