fix typo in docs
Jess Robinson [Sun, 15 Jan 2006 17:36:53 +0000 (17:36 +0000)]
lib/Catalyst.pm

index 8896db6..97dfc4e 100644 (file)
@@ -247,7 +247,7 @@ C<$c-E<gt>req-E<gt>args>. Upon returning from the function,
 C<$c-E<gt>req-E<gt>args> will be restored to the previous values.
 
 Any data C<return>ed from the action forwarded to, will be returned by the
-call to to forward.
+call to forward.
 
     my $foodata = $c->forward('/foo');
     $c->forward('index');