diff options
author | kenta-s <knt01222@gmail.com> | 2017-01-11 18:53:20 +0900 |
---|---|---|
committer | kenta-s <knt01222@gmail.com> | 2017-01-11 22:19:33 +0900 |
commit | 7a1dfb2d6acbb3d49b422f8d2df0973a1ad73743 (patch) | |
tree | 3fbd24b8a623fa64d6bd9728f5bdaf32c189b6e5 /actionpack/lib/action_dispatch/http | |
parent | 299728de1da404d789752156a13828ec3b48f3d6 (diff) | |
download | rails-7a1dfb2d6acbb3d49b422f8d2df0973a1ad73743.tar.gz rails-7a1dfb2d6acbb3d49b422f8d2df0973a1ad73743.tar.bz2 rails-7a1dfb2d6acbb3d49b422f8d2df0973a1ad73743.zip |
Fix grammar in action_dispatch/http/parameters.rb [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch/http')
-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. |