]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix JavaScript typo (#34921)
authorChristian Oliff <christianoliff@pm.me>
Wed, 8 Sep 2021 05:55:43 +0000 (14:55 +0900)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 05:55:43 +0000 (08:55 +0300)
site/content/docs/5.1/components/placeholders.md

index 348b0e9f9a993587fe8da1fc277197b9d920d7b4..7b380b6034b9f403c26fb93366b294ccfc898b85 100644 (file)
@@ -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