diff options
| author | Patrick H. Lauke <[email protected]> | 2020-10-19 13:33:03 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-19 15:33:03 +0300 |
| commit | 6b25abfdcce77b95e2eab2f395c55e14cd340369 (patch) | |
| tree | 63d7279b97a7f7e310c177d3eb79e6888c8f0e7a | |
| parent | e6618a6ebbf299c013605313b67f4699c24fee3d (diff) | |
| download | bootstrap-6b25abfdcce77b95e2eab2f395c55e14cd340369.tar.xz bootstrap-6b25abfdcce77b95e2eab2f395c55e14cd340369.zip | |
Small typo - remove the unnecessary "the" (#31932)
| -rw-r--r-- | site/content/docs/5.0/getting-started/accessibility.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/accessibility.md b/site/content/docs/5.0/getting-started/accessibility.md index d6bfc2134..c55df5026 100644 --- a/site/content/docs/5.0/getting-started/accessibility.md +++ b/site/content/docs/5.0/getting-started/accessibility.md @@ -47,7 +47,7 @@ For visually hidden interactive controls, such as traditional "skip" links, use Bootstrap includes support for the [`prefers-reduced-motion` media feature](https://drafts.csswg.org/mediaqueries-5/#prefers-reduced-motion). In browsers/environments that allow the user to specify their preference for reduced motion, most CSS transition effects in Bootstrap (for instance, when a modal dialog is opened or closed, or the sliding animation in carousels) will be disabled, and meaningful animations (such as spinners) will be slowed down. -On browsers that support the `prefers-reduced-motion`, and where the user has *not* explicitly signaled that they'd prefer reduced motion (i.e. where `prefers-reduced-motion: no-preference`), Bootstrap enables smooth scrolling using the `scroll-behavior` property. +On browsers that support `prefers-reduced-motion`, and where the user has *not* explicitly signaled that they'd prefer reduced motion (i.e. where `prefers-reduced-motion: no-preference`), Bootstrap enables smooth scrolling using the `scroll-behavior` property. ## Additional resources |
