Skip to content

Commit 77674e8

Browse files
iqbal125alexkrolick
andauthored
Update docs/example-react-hooks-useReducer.md
Co-Authored-By: Alex Krolick <alexkrolick@users.noreply.github.com>
1 parent ebcab51 commit 77674e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/example-react-hooks-useReducer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function reducer(state = initialState, action) {
1515
case "SUCCESS":
1616
return {
1717
...state,
18-
stateprop1: true,
18+
isConfirmed: true,
1919
}
2020
case "FAILURE":
2121
return {

0 commit comments

Comments
 (0)