Skip to content

Commit

Permalink
Fix typo in Dancer::Plugin's POD.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Aug 29, 2012
1 parent 806a7ee commit b1b958a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Plugin.pm
Expand Up @@ -181,7 +181,7 @@ A Dancer plugin inherits from Dancer::Plugin and Exporter transparently.
=item B<register_hook>
Allows a plugin to delcare a list of supported hooks. Any hook declared like so
Allows a plugin to declare a list of supported hooks. Any hook declared like so
can be executed by the plugin with C<execute_hooks>.
register_hook 'foo';
Expand Down

0 comments on commit b1b958a

Please sign in to comment.