diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2017-01-11 19:47:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 19:47:28 +0530 |
commit | e11f11f962f586cf84066ebbe667e409ae835c95 (patch) | |
tree | 3fbd24b8a623fa64d6bd9728f5bdaf32c189b6e5 | |
parent | 299728de1da404d789752156a13828ec3b48f3d6 (diff) | |
parent | 7a1dfb2d6acbb3d49b422f8d2df0973a1ad73743 (diff) | |
download | rails-e11f11f962f586cf84066ebbe667e409ae835c95.tar.gz rails-e11f11f962f586cf84066ebbe667e409ae835c95.tar.bz2 rails-e11f11f962f586cf84066ebbe667e409ae835c95.zip |
Merge pull request #27644 from kenta-s/fix-grammar-in-http-parameters
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
-rw-r--r-- | actionpack/lib/action_dispatch/http/parameters.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/parameters.rb b/actionpack/lib/action_dispatch/http/parameters.rb index 12fc39f1aa..8f21eca440 100644 --- a/actionpack/lib/action_dispatch/http/parameters.rb +++ b/actionpack/lib/action_dispatch/http/parameters.rb @@ -30,7 +30,7 @@ module ActionDispatch end module ClassMethods - # Configure the parameter parser for a give mime type. + # Configure the parameter parser for a given mime type. # # It accepts a hash where the key is the symbol of the mime type # and the value is a proc. |