Skip to content

Commit 387928c

Browse files
committed
Capitalize first letter in sentence
1 parent 79af9e9 commit 387928c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ resources :user_permissions, controller: 'admin/user_permissions'
850850

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

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

0 commit comments

Comments
 (0)