Fix typo: s/is self/itself/
Kennedy Clark [Thu, 29 Jun 2006 00:33:27 +0000 (00:33 +0000)]
lib/Catalyst/Manual/Actions.pod

index 8794f90..6cd5949 100644 (file)
@@ -29,7 +29,7 @@ application namespace instead, use MyAction, like MyAction('SayBefore').
 
 =head1 WRITING YOUR OWN ACTIONS
 
-Implementing the action is self is almost as easy. Just use
+Implementing the action itself is almost as easy. Just use
 L<Catalyst::Action> as a base class and decorate the C<execute> call in
 the Action class: