]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Small typo - remove the unnecessary "the" (#31932)
authorPatrick H. Lauke <redux@splintered.co.uk>
Mon, 19 Oct 2020 12:33:03 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 12:33:03 +0000 (15:33 +0300)
site/content/docs/5.0/getting-started/accessibility.md

index d6bfc2134589a2d2354496af0a000333712f9180..c55df502629b5c1e1a9d2efb12548cf4ed7afc1a 100644 (file)
@@ -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