Fixed typo (RT#99132)
Edwin de Graaf [Thu, 25 Sep 2014 23:11:10 +0000 (19:11 -0400)]
lib/Catalyst/Manual/Tutorial/05_Authentication.pod

index 9a87fae..3ca9f95 100644 (file)
@@ -929,7 +929,7 @@ for C<list> from:
 
 to:
 
-    sub list :Chained('base') :PathParth('list') :Args(0) {
+    sub list :Chained('base') :PathPart('list') :Args(0) {
 
 Finally, let's clean up the status/error message code in our wrapper
 template.  Edit C<root/src/wrapper.tt2> and change the "content" div