Another Pod fix, RT#51488
Tomas Doran [Sat, 14 Nov 2009 17:33:28 +0000 (17:33 +0000)]
Changes
lib/Catalyst/Manual/Internals.pod

diff --git a/Changes b/Changes
index 52d5ee2..6afebb1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Catalyst-Manual
 
+        - Fix POD typos in ::Internals (RT#51488)
+
 5.8001 06 Oct 2009
         - Tutorial
             - Fix RT #46760
index 192d5f4..9263add 100644 (file)
@@ -20,13 +20,13 @@ Catalyst initializes itself in two stages:
 =item 1
 
 When the Catalyst module is imported in the main application
-module it stores any options.
+module, it stores any options.
 
 
 =item 2
 
-WHen C<< __PACKAGE__->setup >> is called, it evaluates any
-options stored (C<-Debug>, C<-Engine=XXX>), makes the application
+When C<< __PACKAGE__->setup >> is called, it evaluates any
+options stored (C<-Debug>, C<-Engine=XXX>), and makes the application
 inherit from L<Catalyst> (if that hasn't already been done with an
 explicit C<< use base 'Catalyst'; >> or C<< extends 'Catalyst'; >>.
 Any specified plugins are then loaded, the application module is made to