Fix typo in list of action hooks

Fixes misspelled word in `machine_action_up` description: 'caled' to 'called'
This commit is contained in:
Lyndsey M 2016-05-23 19:12:58 -04:00
parent a26742fc27
commit c6bfb19e24
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ that this list is not exhaustive and additional hooks can be added via plugins.
- `machine_action_sync_folders` - called after synced folders have been set up.
- `machine_action_up` - caled after the machine has entered the up state.
- `machine_action_up` - called after the machine has entered the up state.
## Private API