Fix typo in list of action hooks
Fixes misspelled word in `machine_action_up` description: 'caled' to 'called'
This commit is contained in:
parent
a26742fc27
commit
c6bfb19e24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue