Skip to content

Commit 14a9d3b

Browse files
devronhansencassiozen
authored andcommitted
Fix typo
1 parent 8ac1f85 commit 14a9d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const [state, send] = useStateMachine()({
154154
TOGGLE: {
155155
target: 'active',
156156
guard(stateName, eventName) {
157-
// Return a bollean to allow or block the transition
157+
// Return a boolean to allow or block the transition
158158
},
159159
},
160160
},

0 commit comments

Comments
 (0)