Applied doc patch from lucs
[catagits/Catalyst-Manual.git] / 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: