Skip to content

Commit

Permalink
Capitalize first letter in sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mikdiet committed Mar 16, 2013
1 parent 79af9e9 commit 387928c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/routing.md
Expand Up @@ -850,7 +850,7 @@ resources :user_permissions, controller: 'admin/user_permissions'

This will route to the `Admin::UserPermissions` controller.

NOTE: Only the directory notation is supported. specifying the
NOTE: Only the directory notation is supported. Specifying the
controller with ruby constant notation (eg. `:controller =>
'Admin::UserPermissions'`) can lead to routing problems and results in
a warning.
Expand Down

0 comments on commit 387928c

Please sign in to comment.