Merge pull request #12529 from jayay/patch-1

Fix syntax error in trigger configuration docs
This commit is contained in:
Chris Roberts 2021-11-02 10:57:46 -07:00 committed by GitHub
commit 2d804dfbf3
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
```