mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Fix syntax error in trigger configuration docs
This commit is contained in:
parent
2864545044
commit
28cdada4dd
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ Vagrant and in every Vagrant plugin.
|
|||
|
||||
```ruby
|
||||
config.trigger.before :"Action::Class::Name", type: :action do |t|
|
||||
t.info = "Before action class!
|
||||
t.info = "Before action class!"
|
||||
end
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue