un-typoed last commit
Jesse Sheidlower [Thu, 23 Jun 2005 21:01:01 +0000 (21:01 +0000)]
lib/Catalyst/Manual/Cookbook.pod

index 00e8eda..4f06ddb 100644 (file)
@@ -361,7 +361,7 @@ and L<http://www.fastcgi.com/>.
 
 =head1 Forwarding with a parameter
 
-Sometimes you want to pass along an argument when forward to another
+Sometimes you want to pass along arguments when forwarding to another
 action. This can easily be accomplished like this:
  
   $c->req->args([qw/arg1 arg2 arg3/]);