Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 6, 2013
1 parent cff43a5 commit ac9df07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/HeaderCondition.pm
Expand Up @@ -76,7 +76,7 @@ L<Mojolicious::Plugin> and implements the following new ones.
$plugin->register(Mojolicious->new);
Register condition in L<Mojolicious> application.
Register conditions in L<Mojolicious> application.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/PODRenderer.pm
Expand Up @@ -203,7 +203,7 @@ L<Mojolicious::Plugin> and implements the following new ones.
my $route = $plugin->register(Mojolicious->new);
my $route = $plugin->register(Mojolicious->new, {name => 'foo'});
Register renderer in L<Mojolicious> application.
Register renderer and helper in L<Mojolicious> application.
=head1 SEE ALSO
Expand Down

0 comments on commit ac9df07

Please sign in to comment.