Skip to content

Commit

Permalink
Fixed typo in example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAtBraveTurtles authored Jun 10, 2023
1 parent 3b4a327 commit a0c7a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ local store = Rodux.Store.new(reducer, nil, {
Rodux.loggerMiddleware,
})

store:dispatch(ReceivedNewPhoneNumber("15552345678"))
store:dispatch(ReceivedNewPhoneNumber("12345678"))
store:dispatch(MadeNewFriends({
"Cassandra",
"Joe",
Expand Down Expand Up @@ -91,4 +91,4 @@ store:dispatch(MadeNewFriends({
}
}
]]
```
```

0 comments on commit a0c7a87

Please sign in to comment.