Fixes rt.cpan.org #57361
Tomas Doran [Sat, 22 May 2010 10:14:57 +0000 (10:14 +0000)]
lib/Catalyst/Manual/Actions.pod

index 38288bb..41247c8 100644 (file)
@@ -46,7 +46,7 @@ the Action class:
     $c->stash->{what} = 'world';
   };
 
-  after 'extecute' => sub {
+  after 'execute' => sub {
       my ( $self, $controller, $c, $test ) = @_;
       $c->stash->{foo} = 'bar';
   };