From d48748aafe12927f81b9ff4b6d00b9ebe8c79d12 Mon Sep 17 00:00:00 2001 From: Simon Howe Date: Tue, 20 Sep 2016 19:25:16 +0200 Subject: [PATCH] Fix spelling --- client/app/scripts/selectors/chartSelectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. //