Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 13, 2024
1 parent 6e69d4e commit 01a56d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/01.use-reducer/05.problem.traditional/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Update your reducer so I can do this:

```javascript
```tsx
const [state, dispatch] = useReducer(countReducer, {
count: initialCount,
})
Expand Down

0 comments on commit 01a56d8

Please sign in to comment.