fixed docs with respect to __path_to()__
[catagits/Catalyst-Plugin-ConfigLoader.git] / lib / Catalyst / Plugin / ConfigLoader.pm
index fc0b9a1..ae13706 100644 (file)
@@ -7,7 +7,7 @@ use NEXT;
 use Module::Pluggable::Object ();\r
 use Data::Visitor::Callback;\r
 \r
-our $VERSION = '0.11';\r
+our $VERSION = '0.12';\r
 \r
 =head1 NAME\r
 \r
@@ -94,7 +94,7 @@ ConfigLoader provides a default finalize_config method which
 walks through the loaded config hash and replaces any strings\r
 beginning containing C<__HOME__> with the full path to\r
 app's home directory (i.e. C<$c-E<gt>path_to('')> ).\r
-You can also use C<__path_to('foo/bar')__> which translates to\r
+You can also use C<__path_to(foo/bar)__> which translates to\r
 C<$c-E<gt>path_to('foo', 'bar')> \r
 \r
 =cut\r