Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more documentation tweaks
  • Loading branch information
kraih committed Nov 3, 2012
1 parent b449501 commit 30fcafa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -140,7 +140,7 @@ Most commonly used features every L<Mojolicious> developer should know about.
=head2 Minimal route

Every L<Mojolicious> application has a router object you can use to generate
routes structures.
route structures.

# Application
package MyApp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/HeaderCondition.pm
Expand Up @@ -66,7 +66,7 @@ Mojolicious::Plugin::HeaderCondition - Header condition plugin
=head1 DESCRIPTION
L<Mojolicious::Plugin::HeaderCondition> is a routes condition for header based
L<Mojolicious::Plugin::HeaderCondition> is a route condition for header based
routes.
This is a core plugin, that means it is always enabled and its code a good
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Routes/Match.pm
Expand Up @@ -182,7 +182,7 @@ Captured parameters.
my $endpoint = $m->endpoint;
$m = $m->endpoint(Mojolicious::Routes->new);
The routes endpoint that actually matched.
The route endpoint that actually matched.
=head2 C<root>
Expand All @@ -208,7 +208,7 @@ implements the following ones.
my $m = Mojolicious::Routes::Match->new(GET => '/foo');
my $m = Mojolicious::Routes::Match->new(GET => '/foo', $ws);
Construct a new match object.
Construct a new L<Mojolicious::Routes::Match> object.
=head2 C<match>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Pattern.pm
Expand Up @@ -371,7 +371,7 @@ implements the following ones.
= Mojolicious::Routes::Pattern->new('/:action', action => qr/\w+/);
my $pattern = Mojolicious::Routes::Pattern->new(format => 0);
Construct a new pattern object.
Construct a new L<Mojolicious::Routes::Pattern> object.
=head2 C<match>
Expand Down

0 comments on commit 30fcafa

Please sign in to comment.