Reorder type triggers

This commit is contained in:
Brian Cain 2019-02-07 13:34:12 -08:00
parent 6d91dfd025
commit aff66822ef
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 2 additions and 2 deletions

View File

@ -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