From: John Napiorkowski Date: Wed, 23 Oct 2013 19:00:30 +0000 (-0500) Subject: fixed spelling error X-Git-Tag: 5.90050~1^2~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=efba3342e7c14be407683c876adcda8684b564d5 fixed spelling error --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index b4b89c2..9c3cb2a 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -884,7 +884,7 @@ list of available shortcuts: HTMLForm => ['application/x-www-form-urlencoded','multipart/form-data'], Please keep in mind that when dispatching, L will match the first most -relevent case, so if you use the C attribute, you should place your +relevant case, so if you use the C attribute, you should place your most accurate matches early in the Chain, and your 'catchall' actions last. See L for more.