Consistency tweak
Tomas Doran [Thu, 26 Aug 2010 00:33:48 +0000 (00:33 +0000)]
lib/Catalyst/View/TT.pm

index 793ea28..3d8c751 100644 (file)
@@ -584,7 +584,7 @@ The list of methods in your View class which should be made available to the tem
 
 For example:
 
-  expose_methods => [qw/uri_for_static/],
+  expose_methods => [qw/uri_for_css/],
 
   ...