From aff66822ef79729e9149047a1908935df2bbb61e Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 7 Feb 2019 13:34:12 -0800 Subject: [PATCH] Reorder type triggers --- website/source/docs/triggers/configuration.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/triggers/configuration.html.md b/website/source/docs/triggers/configuration.html.md index 5a4003fda..7f5e27a4d 100644 --- a/website/source/docs/triggers/configuration.html.md +++ b/website/source/docs/triggers/configuration.html.md @@ -27,8 +27,8 @@ config.trigger.before :up do |t| end ``` -Triggers can also be used with [_actions_](#actions), [_hooks_](#hooks), or [_commands_](#commands), -but by default will be defined to run before or after a Vagrant guest. For more +Triggers can also be used with [_commands_](#commands), [_actions_](#actions), or [_hooks_](#hooks). +By default triggers will be defined to run before or after a Vagrant guest. For more detailed examples of how to use triggers, check out the [usage section](/docs/triggers/usage.html). ## Trigger Options