From c6bfb19e24371a4c5eea6747c0d441e3a2d244a1 Mon Sep 17 00:00:00 2001 From: Lyndsey M Date: Mon, 23 May 2016 19:12:58 -0400 Subject: [PATCH] Fix typo in list of action hooks Fixes misspelled word in `machine_action_up` description: 'caled' to 'called' --- website/source/docs/plugins/action-hooks.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/plugins/action-hooks.html.md b/website/source/docs/plugins/action-hooks.html.md index 83ee35fa2..6b3d71a6c 100644 --- a/website/source/docs/plugins/action-hooks.html.md +++ b/website/source/docs/plugins/action-hooks.html.md @@ -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