Skip to content

Commit 288c8cf

Browse files
authored
Missing highlight added
Since the store is now created with combined reducer 'reducer' instead of noteReducer. Don't know if more highlights are needed, (console.log(// ...) is a new line too)
1 parent d2d567c commit 288c8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const reducer = combineReducers({
151151
})
152152
// highlight-end
153153

154-
const store = createStore(reducer)
154+
const store = createStore(reducer) // highlight-line
155155

156156
console.log(store.getState())
157157

0 commit comments

Comments
 (0)