Fixed typo.

This commit is contained in:
orangemug 2018-05-10 16:07:34 +01:00
parent a41b25eea7
commit 7b8b797f9c

View file

@ -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);