You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/5.0/components/list-group.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Add `.list-group-flush` to remove some borders and rounded corners to render lis
98
98
99
99
Add the `.list-group-numbered` modifier class (and optionally use an `<ol>` element) to opt into numbered list group items. Numbers are generated via CSS (as opposed to a `<ol>`s default browser styling) for better placement inside list group items and to allow for better customization.
100
100
101
-
Numbers are generated by `counter-reset` on the `<ol>`, and then styled and placed with a `::before`psuedo-element on the `<li>` with `counter-increment` and `content`.
101
+
Numbers are generated by `counter-reset` on the `<ol>`, and then styled and placed with a `::before`pseudo-element on the `<li>` with `counter-increment` and `content`.
0 commit comments