And another minor tweak.
Florian Ragwitz [Tue, 19 Jan 2010 16:02:17 +0000 (16:02 +0000)]
lib/Catalyst/Controller.pm

index 9c230e9..9f52b3f 100644 (file)
@@ -448,7 +448,7 @@ Sets 'path_prefix', as described below.
 
 =head2 action_args
 
-Allows you to set constructor arguments on your Actions. You can set arguments
+Allows you to set constructor arguments on your actions. You can set arguments
 globally (for all actions of the controller) and specifically (for a single
 action). This is particularly useful when using C<ActionRole>s
 (L<Catalyst::Controller::ActionRole>) and custom C<ActionClass>es.