Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 28, 2013
1 parent 3b63392 commit 6cf96e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

3.88 2013-02-27
3.88 2013-02-29
- Improved documentation.
- Improved tests.
- Fixed small domain detection bug in Mojo::UserAgent::CookieJar.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -221,7 +221,7 @@ L<Mojolicious::Controller/"stash">.
=head2 Nested routes

It is also possible to build tree structures from routes to remove repetitive
code. A route with children can't match on it's own though, only the actual
code. A route with children can't match on its own though, only the actual
endpoints of these nested routes can.

# /foo -> undef
Expand Down

0 comments on commit 6cf96e4

Please sign in to comment.