diff --git a/website/content/docs/triggers/configuration.mdx b/website/content/docs/triggers/configuration.mdx index 150250d1d..b7d1845e7 100644 --- a/website/content/docs/triggers/configuration.mdx +++ b/website/content/docs/triggers/configuration.mdx @@ -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 ```