Skip to content

Commit

Permalink
more documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 6, 2013
1 parent 297cc67 commit 7b6ef50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Controller.pm
Expand Up @@ -751,8 +751,8 @@ of the response, which is C<text/html;charset=UTF-8> by default.
$c = $c->rendered;
$c = $c->rendered(302);
Finalize response and emit C<after_dispatch> plugin hook, defaults to using a
C<200> response code.
Finalize response and emit C<after_dispatch> hook, defaults to using a C<200>
response code.
=head2 C<req>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/Charset.pm
Expand Up @@ -54,7 +54,7 @@ L<Mojolicious::Plugin> and implements the following new ones.
$plugin->register(Mojolicious->new, {charset => 'Shift_JIS'});
Register plugin hooks in L<Mojolicious> application.
Register hooks in L<Mojolicious> application.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/PoweredBy.pm
Expand Up @@ -52,7 +52,7 @@ L<Mojolicious::Plugin> and implements the following new ones.
$plugin->register(Mojolicious->new);
$plugin->register(Mojolicious->new, {name => 'MyFramework 1.0'});
Register plugin hooks in L<Mojolicious> application.
Register hooks in L<Mojolicious> application.
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/RequestTimer.pm
Expand Up @@ -74,7 +74,7 @@ L<Mojolicious::Plugin> and implements the following new ones.
$plugin->register(Mojolicious->new);
Register plugin hooks in L<Mojolicious> application.
Register hooks in L<Mojolicious> application.
=head1 SEE ALSO
Expand Down

0 comments on commit 7b6ef50

Please sign in to comment.