Skip to content

Commit 3eecc12

Browse files
authored
Merge pull request statecharts#15 from carloslfu/master
Fix typo in how-to-use-statecharts article
2 parents 2bbfbba + 5ffab56 commit 3eecc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-use-statecharts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Finally, the component is allowed to see which state is the "current" state. Th
214214
statemachine.currentState.value; // "searching"
215215
```
216216

217-
## Implemention
217+
## Implementation
218218

219219
We've now explained all of the parts necessary to get our UI and the component talking together.
220220

0 commit comments

Comments
 (0)