Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Spelling/grammatical error--url became URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
buttondownben committed Sep 27, 2013
1 parent 5453deb commit d3f977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.md
Expand Up @@ -6,7 +6,7 @@ This table routes urls to controllers/actions.
##Resourceful Routing
If the URL is not specified in `config/routes.js`, the default route for a URL is:
`/:controller/:action/:id`
where `:controller`, `:action`, and the `:id` request parameter are derived from the url
where `:controller`, `:action`, and the `:id` request parameter are derived from the URL.

If `:action` is not specified, Sails will redirect to the appropriate action. Out of the box,
Sails supports RESTful resourceful route conventions, as used in Backbone.js.
Expand Down

0 comments on commit d3f977f

Please sign in to comment.