Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo in routing guide
  • Loading branch information
kraih committed Mar 14, 2015
1 parent e742b5b commit e14e377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Guides/Routing.pod
Expand Up @@ -777,7 +777,7 @@ to make route generation more expressive.
# Render a form to create a new resource (submitted to "store")
$resource->get('/create')->to('#create')->name("create_$name");

# Store newly create resource (submitted by "create")
# Store newly created resource (submitted by "create")
$resource->post->to('#store')->name("store_$name");

# Render a specific resource
Expand Down

0 comments on commit e14e377

Please sign in to comment.