Skip to content

Commit c22a9d3

Browse files
authored
Merge pull request jakesgordon#136 from conorgil/conorgil-states-and-transitions-typo
Typo vaporise/vaporize
2 parents 93258af + e05b94f commit c22a9d3

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)