Skip to content

Commit

Permalink
Merge pull request cakephp#1153 from sam-at-github/routing-connectNam…
Browse files Browse the repository at this point in the history
…ed-correction

Missplaced 'and' moved.
  • Loading branch information
lorenzo committed Mar 13, 2014
2 parents fcb1e80 + 93847fd commit 4c4a284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/development/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ When generating URLs, routes are used too. Using
a url will output /cooks/some_action/5 if the above route is the
first match found.

By default all named passed and arguments are extracted from URLs matching
By default all named and passed arguments are extracted from URLs matching
greedy templates. However, you can configure how and which named arguments are
parsed using :php:meth:`Router::connectNamed()` if you need to.

Expand Down

0 comments on commit 4c4a284

Please sign in to comment.