Fix syntax error in trigger configuration docs

This commit is contained in:
Jakob 2021-10-01 20:52:18 +02:00 committed by GitHub
parent 2864545044
commit 28cdada4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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