Skip to content

Commit

Permalink
fixed typo in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 19, 2015
1 parent 61fa651 commit 1acafea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -11,7 +11,7 @@ sub register {
my ($self, $app) = @_;

# DEPRECATED in Tiger Face!
$app->helper(render_exception => \&_render_esception);
$app->helper(render_exception => \&_render_exception);
$app->helper(render_not_found => \&_render_not_found);

# Controller alias helpers
Expand Down

0 comments on commit 1acafea

Please sign in to comment.