Skip to content

Commit e05b94f

Browse files
authored
Typo vaporise/vaporize
The demo errors because the state name is misspelled.
1 parent 93258af commit e05b94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/states-and-transitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A state machine consists of a set of **states**, e.g:
2929
fsm.state; // 'solid'
3030
fsm.melt();
3131
fsm.state; // 'liquid'
32-
fsm.vaporise();
32+
fsm.vaporize();
3333
fsm.state; // 'gas'
3434
```
3535

0 commit comments

Comments
 (0)