Skip to content

Commit

Permalink
Merge pull request phoenixframework#939 from ugisozols/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
josevalim committed Jun 3, 2015
2 parents b96d088 + a62d142 commit fe2773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ defmodule Phoenix.Router do
## Singleton resources
When a resource needs to be looked up without reference an ID, because
When a resource needs to be looked up without referencing an ID, because
it contains only a single entry in the given context, the `:singleton`
option can be used to generate a set of routes that are specific to
such single resource:
Expand Down

0 comments on commit fe2773c

Please sign in to comment.