diff options
| author | Christian Oliff <[email protected]> | 2021-09-08 14:55:43 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-08 08:55:43 +0300 |
| commit | 7e1aa85fadba9a78cfb487212afb65a99494f2f2 (patch) | |
| tree | d84d75b8d2106410dee1a0764b6609f2d2055747 | |
| parent | dbe0ad49ab82df038c8f88e0dae1da500e71b5f5 (diff) | |
| download | bootstrap-7e1aa85fadba9a78cfb487212afb65a99494f2f2.tar.xz bootstrap-7e1aa85fadba9a78cfb487212afb65a99494f2f2.zip | |
Fix JavaScript typo (#34921)
| -rw-r--r-- | site/content/docs/5.1/components/placeholders.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/placeholders.md b/site/content/docs/5.1/components/placeholders.md index 348b0e9f9..7b380b603 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 |
