diff --git a/client/app/scripts/selectors/chartSelectors.js b/client/app/scripts/selectors/chartSelectors.js index 06d12413a..5792a56b2 100644 --- a/client/app/scripts/selectors/chartSelectors.js +++ b/client/app/scripts/selectors/chartSelectors.js @@ -39,7 +39,7 @@ function mergeDeepKeyIntersection(mapA, mapB) { // // ...We're safe! // connect(s => { things: filteredThingsWrapped(s) }, ThingComponent); // -// Note: This is a slightly stange way to use reselect. Selectors memoize their *arguments* not +// Note: This is a slightly strange way to use reselect. Selectors memoize their *arguments* not // "their results", so use the result of the wrapped selector as the argument to another selector // here to memoize it and get what we want. //