From: Graham Knop Date: Wed, 28 Mar 2018 02:15:59 +0000 (+0200) Subject: fix typo in Catalyst::Utils pod X-Git-Tag: v5.90118~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=38c68f3d599ba1dfb29e9429467edf877356b3c4;p=catagits%2FCatalyst-Runtime.git fix typo in Catalyst::Utils pod --- diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index fc877d4..9f602f6 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -513,7 +513,7 @@ Used to add components at runtime: into The Catalyst package to inject into (e.g. My::App) component The component package to inject - traits (Optional) ArrayRef of Ls that the componet should consume. + traits (Optional) ArrayRef of Ls that the component should consume. as An optional moniker to use as the package name for the derived component For example: