From: Christian Oliff Date: Wed, 8 Sep 2021 05:55:43 +0000 (+0900) Subject: Fix JavaScript typo (#34921) X-Git-Tag: v5.1.2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e1aa85fadba9a78cfb487212afb65a99494f2f2;p=thirdparty%2Fbootstrap.git Fix JavaScript typo (#34921) --- diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.1/components/placeholders.md index 348b0e9f9a..7b380b6034 100644 --- a/site/content/docs/5.1/components/placeholders.md +++ b/site/content/docs/5.1/components/placeholders.md @@ -86,7 +86,7 @@ We apply additional styling to `.btn`s via `::before` to ensure the `height` is {{< /example >}} {{< callout info >}} -The use of `aria-hidden="true"` only indicates that the element should be hidden to screen readers. The *loading* behavior of the placeholder depends on how authors will actually use the placeholder styles, how they plan to update things, etc. Some JavasSript code may be needed to *swap* the state of the placeholder and inform AT users of the update. +The use of `aria-hidden="true"` only indicates that the element should be hidden to screen readers. The *loading* behavior of the placeholder depends on how authors will actually use the placeholder styles, how they plan to update things, etc. Some JavaScript code may be needed to *swap* the state of the placeholder and inform AT users of the update. {{< /callout >}} ### Width