Skip to content

Commit

Permalink
Fix a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmccall10 authored and paulcsmith committed Aug 23, 2019
1 parent 6045344 commit 8584b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/guides/http_and_routing/routing_and_params.cr
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Guides::HttpAndRouting::RoutingAndParams < GuideAction
To save some typing, Lucky automatically infers a default route path from the name of the action class,
if the name ends with a known [RESTful action (see below)](##{ANCHOR_AUTOMATICALLY_GENERATE_RESTFUL_ROUTES}).
For example, an action nemed `Item::Show` will by default respond to `get "/item/:item_id"`, a HTTP GET request
For example, an action named `Item::Show` will by default respond to `get "/item/:item_id"`, a HTTP GET request
for a specific item, and have the requested item_id available as #{:item_id}.
Expand Down

0 comments on commit 8584b45

Please sign in to comment.