typo fix
Karen Etheridge [Fri, 13 Sep 2013 18:41:21 +0000 (11:41 -0700)]
lib/Catalyst/Controller.pm

index 4228ff8..d312441 100644 (file)
@@ -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