Skip to content

Commit

Permalink
fixed a few typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 17, 2013
1 parent f797b74 commit ec13823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Lite.pm
Expand Up @@ -1090,8 +1090,8 @@ requests. See also the tutorial above for more argument variations.
=head2 under
my $route = under sub {...};
my $route = under '/:foo';
my $bridge = under sub {...};
my $bridge = under '/:foo';
Generate bridge route with L<Mojolicious::Routes::Route/"under">, to which all
following routes are automatically appended. See also the tutorial above for
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious/Routes/Route.pm
Expand Up @@ -546,8 +546,8 @@ Stringify the whole route.
=head2 under
my $route = $r->under(sub {...});
my $route = $r->under('/:foo');
my $bridge = $r->under(sub {...});
my $bridge = $r->under('/:foo');
Generate bridge route. See also the L<Mojolicious::Lite> tutorial for more
argument variations.
Expand Down

0 comments on commit ec13823

Please sign in to comment.