diff --git a/docs/Basics/Getting Started.md b/docs/Basics/Getting Started.md index 0cb73c8981..4fbc4e025f 100644 --- a/docs/Basics/Getting Started.md +++ b/docs/Basics/Getting Started.md @@ -202,7 +202,7 @@ const reducer = combineReducers(reducers); const store = createStore(reducer); ``` -It will create a reducer which produces a state object, whose keys are match those of your reducers: +It will create a reducer which produces a state object, whose keys match those of your reducers: ```js const state = {