mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Small grammar fix
[ci skip]
This commit is contained in:
parent
b5dc9c1a21
commit
3dd1de8ba4
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ module ActionController #:nodoc:
|
|||
# request.variant = [:tablet, :phone]
|
||||
#
|
||||
# This will work similarly to formats and MIME types negotiation. If there
|
||||
# is no +:tablet+ variant declared, +:phone+ variant will be picked:
|
||||
# is no +:tablet+ variant declared, the +:phone+ variant will be used:
|
||||
#
|
||||
# respond_to do |format|
|
||||
# format.html.none
|
||||
|
|
Loading…
Reference in a new issue