Minor fixes
Kennedy Clark [Thu, 6 Jul 2006 16:10:23 +0000 (16:10 +0000)]
lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod
lib/Catalyst/Manual/Tutorial/CatalystBasics.pod

index c68d6c8..90c1d05 100644 (file)
@@ -58,7 +58,7 @@ validation of user-entered data, and automated transfer of data between
 forms and model objects.
 
 In keeping with the Catalyst (and Perl) spirit of flexibility, there are
-many different ways approach advanced CRUD operations in a Catalyst
+many different ways to approach advanced CRUD operations in a Catalyst
 environment.  One alternative is to use
 L<Catalyst::Helper::Controller::Scaffold|Catalyst::Helper::Controller::Scaffold> 
 to instantly construct a set of Controller methods and templates for 
index a59bc41..32388a3 100644 (file)
@@ -177,8 +177,8 @@ server:
     .----------------------------------------------------------------+-----------.
     | Action                                                         | Time      |
     +----------------------------------------------------------------+-----------+
-    | /default                                                       | 0.000006s |
-    | /end                                                           | 0.000007s |
+    | /default                                                       | 0.069475s |
+    | /end                                                           | 0.085305s |
     '----------------------------------------------------------------+-----------'
 
 Press Ctrl-C to break out of the development server.