Skip to content

Commit

Permalink
Uppercase 'ini' to appease pod spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Mar 4, 2013
1 parent f31ab5b commit c5e9bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Config/MVP/Writer/INI.pm
Expand Up @@ -181,7 +181,7 @@ of each section. The package will be passed as the only argument
(and also available as C<$_>) and should return the translation.
If nothing is returned the original package will be used.
This can be used to flavor the ini for a particular application.
This can be used to flavor the INI for a particular application.
For example:
rewrite_package => sub { s/^MyApp::Plugin::/-/r; }
Expand Down

0 comments on commit c5e9bbd

Please sign in to comment.