From: Karen Etheridge Date: Fri, 13 Sep 2013 18:41:21 +0000 (-0700) Subject: typo fix X-Git-Tag: 5.90050~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=97b0e7a08009341d7232478bff4393708bc2c02b typo fix --- diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 4228ff8..d312441 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -747,7 +747,7 @@ Handle various types of paths: sub myaction2 :Path('/bar') { ... } # -> /bar } -This is a general toolbox for attaching your action to a give path. +This is a general toolbox for attaching your action to a given path. =head2 Regex