diff --git a/src/components/layers/CollapseReducedMotion.jsx b/src/components/layers/CollapseReducedMotion.jsx index f85f416..28bfa9b 100644 --- a/src/components/layers/CollapseReducedMotion.jsx +++ b/src/components/layers/CollapseReducedMotion.jsx @@ -4,7 +4,7 @@ import Collapse from 'react-collapse' import lodash from 'lodash' -// Wait 3 seconds so when a use enables it they don't have to refresh the page. +// Wait 3 seconds so when a user enables it they don't have to refresh the page. const isReduceMotionEnabled = lodash.throttle(() => { return window.matchMedia("(prefers-reduced-motion: reduce)").matches }, 3000);