diff options
| author | Jon Moss <me@jonathanmoss.me> | 2017-03-22 15:44:19 -0400 |
|---|---|---|
| committer | Jon Moss <me@jonathanmoss.me> | 2017-03-22 15:44:19 -0400 |
| commit | 3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b (patch) | |
| tree | f9b3523244dc43f7762e997be0cacbcaa761b8fe | |
| parent | b5dc9c1a21d0bfaaf66de955e84acef4861e36c7 (diff) | |
| download | rails-3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b.tar.gz rails-3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b.tar.bz2 rails-3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b.zip | |
Small grammar fix
[ci skip]
| -rw-r--r-- | actionpack/lib/action_controller/metal/mime_responds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/mime_responds.rb b/actionpack/lib/action_controller/metal/mime_responds.rb index 7b4c7b923e..96bd548268 100644 --- a/actionpack/lib/action_controller/metal/mime_responds.rb +++ b/actionpack/lib/action_controller/metal/mime_responds.rb @@ -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 |
