mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] fix typo
This commit is contained in:
parent
27c970f000
commit
fc4fbac073
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module ActionView
|
|||
#
|
||||
# ==== Examples
|
||||
# <%= url_for(action: 'index') %>
|
||||
# # => /blog/
|
||||
# # => /blogs/
|
||||
#
|
||||
# <%= url_for(action: 'find', controller: 'books') %>
|
||||
# # => /books/find
|
||||
|
|
Loading…
Reference in a new issue