Applied doc patch from lucs
Jess Robinson [Wed, 27 Aug 2008 19:23:12 +0000 (19:23 +0000)]
lib/Catalyst/Manual/Intro.pod

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