Skip to content

Commit bc66723

Browse files
authored
docs: fix typo in list-group.md (#33756)
1 parent 94202cf commit bc66723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.0/components/list-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Add `.list-group-flush` to remove some borders and rounded corners to render lis
9898

9999
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.
100100

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`.
102102

103103
{{< example >}}
104104
<ol class="list-group list-group-numbered">

0 commit comments

Comments
 (0)