Fix wrong attribute in Flexibility section of Intro.pod
Mark A. Stratman [Fri, 8 Apr 2011 21:51:04 +0000 (16:51 -0500)]
lib/Catalyst/Manual/Intro.pod

index abef245..0f7c410 100644 (file)
@@ -104,7 +104,7 @@ example:
 
 Now http://localhost:3000/hello prints "Hello World!".
 
-Note that actions with the C< :Global > attribute are equivalent to
+Note that actions with the C< :Local > attribute are equivalent to
 using a C<:Path('action_name') > attribute, so our action could be
 equivalently: