aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grimaud <[email protected]>2021-04-27 06:10:43 +0200
committerGitHub <[email protected]>2021-04-27 07:10:43 +0300
commitbc667235dc7704cbdc640d873dc61c79db70de2b (patch)
treebef056dfb5360ded4781be000e72b5a31ccf95ec
parent94202cf7bf7e372e35168d30a36ea234bcbdc79b (diff)
downloadbootstrap-bc667235dc7704cbdc640d873dc61c79db70de2b.tar.xz
bootstrap-bc667235dc7704cbdc640d873dc61c79db70de2b.zip
docs: fix typo in list-group.md (#33756)
-rw-r--r--site/content/docs/5.0/components/list-group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/list-group.md b/site/content/docs/5.0/components/list-group.md
index a230a3bfe..4b450939e 100644
--- a/site/content/docs/5.0/components/list-group.md
+++ b/site/content/docs/5.0/components/list-group.md
@@ -98,7 +98,7 @@ Add `.list-group-flush` to remove some borders and rounded corners to render lis
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.
-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`.
+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`.
{{< example >}}
<ol class="list-group list-group-numbered">