Fix capitalization in L<...> so links work in HTML.
Matthew Horsfall [Fri, 25 Jul 2014 20:00:24 +0000 (16:00 -0400)]
Closes #4 from wolfsage/master (github pull request #4)

lib/Catalyst/Manual/ExtendingCatalyst.pod

index b1a282c..3cc5967 100644 (file)
@@ -238,7 +238,7 @@ array reference. As you can see, you can use attributes to configure
 your actions. You can specify or alter these attributes via
 L</"Component Configuration">, or even react on them as soon as
 Catalyst encounters them by providing your own L<component base
-class|/"Component Base Classes">.
+class|/"Component base classes">.
 
 =head2 Component Configuration