Skip to content

Commit

Permalink
Small typo - remove the unnecessary "the" (#31932)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Oct 19, 2020
1 parent e6618a6 commit 6b25abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/getting-started/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6b25abf

Please sign in to comment.