Skip to content

Commit

Permalink
use more consistent terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 5, 2014
1 parent 5c40fa3 commit d558acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -497,8 +497,8 @@ expressions.

To share code with multiple nested routes you can use
L<Mojolicious::Routes::Route/"under">, because unlike normal nested routes,
routes generated with it have their own destination and result in additional
dispatch cycles when they match.
routes generated with it have their own intermediate destination and result in
additional dispatch cycles when they match.

# /foo -> undef
# /foo/bar -> {controller => 'foo', action => 'baz'}
Expand Down

0 comments on commit d558acd

Please sign in to comment.