Skip to content

Commit

Permalink
fixed typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 4, 2013
1 parent 5e59bd9 commit 62e9eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Routes/Route.pm
Expand Up @@ -446,7 +446,7 @@ Check if this route is a WebSocket.
$r = $r->name('foo');
The name of this route, defaults to an automatically generated name based on
the route pattern. Note that the name C<current> is reserved for refering to
the route pattern. Note that the name C<current> is reserved for referring to
the current route.
$r->get('/user')->to('user#show')->name('show_user');
Expand Down

0 comments on commit 62e9eda

Please sign in to comment.