typo
Karen Etheridge [Tue, 13 Aug 2013 22:01:32 +0000 (15:01 -0700)]
lib/Catalyst/Manual/Intro.pod

index a5acd72..d2e6ba7 100644 (file)
@@ -540,7 +540,7 @@ Generally it's a bad idea to expose the context object (C<$c>) in your
 model or view code.  Instead you use the C<ACCEPT_CONTEXT> subroutine
 to grab the bits of the context object that you need, and provide
 accessors to them in the model.  This ensures that C<$c> is only in
-scope where it is neaded which reduces maintenance and debugging
+scope where it is needed which reduces maintenance and debugging
 headaches.  So, if for example you needed two
 L<Catalyst::Model::DBIC::Schema> models in the same Catalyst model
 code, you might do something like this: