Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
devronhansen authored and cassiozen committed Apr 30, 2021
1 parent 8ac1f85 commit 14a9d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const [state, send] = useStateMachine()({
TOGGLE: {
target: 'active',
guard(stateName, eventName) {
// Return a bollean to allow or block the transition
// Return a boolean to allow or block the transition
},
},
},
Expand Down

0 comments on commit 14a9d3b

Please # to comment.