From: Frederik Schwarzer Date: Thu, 31 May 2012 19:48:49 +0000 (+0200) Subject: Fix typos. X-Git-Tag: 5.9007~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=69d57cda557b2f9a04a058dfd4e875c1d9153133 Fix typos. --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index a138526..da416ff 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -531,7 +531,7 @@ C. Please stick with the settings above for the duration of the tutorial, but feel free to use whatever options you desire in your applications -(as with most things Perl, there's more than one way to do it...). +(as with most things in Perl, there's more than one way to do it...). B We will use C as the base directory for our template files, with a full naming convention of @@ -855,8 +855,8 @@ when you launch the application). Additionally, the C model can easily be loaded outside of Catalyst, for example, in command-line utilities and/or cron jobs. C provides a very thin "bridge" between -Catalyst this external database model. Once you see how we can add some -powerful features to our DBIC model in +Catalyst and this external database model. Once you see how we can +add some powerful features to our DBIC model in L, the elegance of this approach will start to become more obvious.