1
0
Fork 0
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:
Jon Moss 2017-03-22 15:44:19 -04:00
parent b5dc9c1a21
commit 3dd1de8ba4

View file

@ -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