Skip to content

Commit 3960bc4

Browse files
authored
fixed "reducer" param typo. (#1408)
1 parent 22e4074 commit 3960bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export default counterSlice.reducer
148148

149149
### Add Slice Reducers to the Store
150150

151-
Next, we need to import the reducer function from the counter slice and add it to our store. By defining a field inside the `reducers` parameter, we tell the store to use this slice reducer function to handle all updates to that state.
151+
Next, we need to import the reducer function from the counter slice and add it to our store. By defining a field inside the `reducer` parameter, we tell the store to use this slice reducer function to handle all updates to that state.
152152

153153
```ts title="app/store.js"
154154
// file: features/counter/counterSlice.ts noEmit

0 commit comments

Comments
 (0)