Merge remote branch 'origin/people/mstratman/intro_attribute'
Tomas Doran [Fri, 29 Apr 2011 14:16:24 +0000 (15:16 +0100)]
* origin/people/mstratman/intro_attribute:
  Fix wrong attribute in Flexibility section of Intro.pod

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: