From: Frederik Schwarzer Date: Thu, 31 May 2012 13:54:42 +0000 (+0200) Subject: Typos and minor style fixes. X-Git-Tag: 5.9007~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=be0939444127246c8386e4103c79932de3fca9bf Typos and minor style fixes. --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 5137dc4..a138526 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -109,7 +109,7 @@ if you are using Strawberry Perl.) =head1 EDIT THE LIST OF CATALYST PLUGINS One of the greatest benefits of Catalyst is that it has such a large -library of bases classes and plugins available that you can use easily +library of base classes and plugins available that you can use to easily add functionality to your application. Plugins are used to seamlessly integrate existing Perl modules into the overall Catalyst framework. In general, they do this by adding additional methods to the C @@ -143,16 +143,16 @@ If you prefer, there are several other ways to enable debug output: =item * -Use the C<$c-Edebug> method on the C<$c> Catalyst context object +the C<$c-Edebug> method on the C<$c> Catalyst context object =item * -The C<-d> option to C