Skip to content

Commit

Permalink
less commas
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 29, 2016
1 parent 464b583 commit b15eb7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides.pod
Expand Up @@ -3,13 +3,13 @@

=head1 NAME

Mojolicious::Guides - Mojolicious guide to the galaxy
Mojolicious::Guides - The Mojolicious Guide to the Galaxy

=head1 DON'T PANIC!

We are constantly working on new documentation, follow us on
L<GitHub|http://github.com/kraih/mojo> or join the official IRC channel
C<#mojo> on C<irc.perl.org> to get all the latest updates.
C<#mojo> on C<irc.perl.org>, to get all the latest updates.

=head1 BASICS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Tutorial.pod
Expand Up @@ -75,8 +75,8 @@ L<Mojolicious::Guides::Cookbook/"DEPLOYMENT">.

Routes are basically just fancy paths that can contain different kinds of
placeholders and usually lead to an action, if they match the path part of the
request URL. The first argument passed to all actions (C<$c>), is a
L<Mojolicious::Controller> object, containing both, the HTTP request and
request URL. The first argument passed to all actions (C<$c>) is a
L<Mojolicious::Controller> object, containing both the HTTP request and
response.

use Mojolicious::Lite;
Expand Down

0 comments on commit b15eb7b

Please sign in to comment.