Skip to content

Commit

Permalink
small plugin documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 23, 2011
1 parent a10eaa6 commit 98150d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Mojolicious/Plugin.pm
Expand Up @@ -32,9 +32,7 @@ the following new ones.
$plugin->register;
This method will be called by L<Mojolicious::Plugins> at startup time,
your plugin should use this to hook into the application. For instace by
adding handlers and helpers to the renderer or using the C<add_hooks> method
of L<Mojolicious::Plugins> to hook into the request flow.
your plugin should use this to hook into the application.
=head1 SEE ALSO
Expand Down

0 comments on commit 98150d5

Please sign in to comment.