Skip to content

Commit 431dd6c

Browse files
authored
Merge pull request #2408 from daniseguraf/patch-1
2 parents 2b80d8b + 2a580a7 commit 431dd6c

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
@@ -258,7 +258,7 @@ export function Counter() {
258258
}
259259
```
260260

261-
Now, any time you click the "Increment" and "Decrement buttons:
261+
Now, any time you click the "Increment" and "Decrement" buttons:
262262

263263
- The corresponding Redux action will be dispatched to the store
264264
- The counter slice reducer will see the actions and update its state

0 commit comments

Comments
 (0)