Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 6, 2012
1 parent c7f2a5d commit 39fc3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -447,7 +447,8 @@ See L<Mojolicious::Guides::Cookbook> for deployment recipes.
=head1 SIGNALS
You can control C<hypnotoad> at runtime with signals.
L<Mojo::Server::Hypnotoad> can be controlled at runtime with the following
signals.
=head2 Manager
Expand Down Expand Up @@ -513,7 +514,7 @@ L<Mojolicious::Config::JSONConfig> configuration files.
# myapp.conf
{hypnotoad => {listen => ['http://*:3000'], workers => 10}};
The following parameters are currently available:
L<Mojo::Server::Hypnotoad> can be configured with the following setting.
=head2 C<accepts>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/PoweredBy.pm
Expand Up @@ -42,7 +42,7 @@ new plugins.
L<Mojolicious::Plugin::PoweredBy> supports the following options.
=head2 C<powered_by>
=head2 C<name>
plugin PoweredBy => (name => 'MyApp 1.0');
Expand Down

0 comments on commit 39fc3b0

Please sign in to comment.