From 7b8b797f9cc216fdd12b615de9a6c869f4110b2d Mon Sep 17 00:00:00 2001 From: orangemug Date: Thu, 10 May 2018 16:07:34 +0100 Subject: [PATCH] Fixed typo. --- src/components/layers/CollapseReducedMotion.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);