Skip to content

Commit f22e52c

Browse files
authored
Merge pull request #2744 from hbaklan943/patch-1
Missing highlight added
2 parents 044d69a + 288c8cf commit f22e52c

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)