diff options
author | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2015-05-22 14:35:16 -0700 |
commit | 334140c927664147a4f2ecea8ea8f49fe74eff1c (patch) | |
tree | 5e460afe18551f25345b9b2e8ce6f0ec40fbe962 /actionpack/lib/action_dispatch | |
parent | 3873fc5c1c5836d41b288840773ecd1704953f29 (diff) | |
parent | 07503309412fee39258e43e18ce4dc1eaa5493a1 (diff) | |
download | rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.gz rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.tar.bz2 rails-334140c927664147a4f2ecea8ea8f49fe74eff1c.zip |
Merge pull request #20231 from karanarora/Spelling-fix
Rails documentation standard is american english. [ci skip]
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r-- | actionpack/lib/action_dispatch/http/response.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/http/response.rb b/actionpack/lib/action_dispatch/http/response.rb index a895d1ab18..9e53a0f08b 100644 --- a/actionpack/lib/action_dispatch/http/response.rb +++ b/actionpack/lib/action_dispatch/http/response.rb @@ -274,7 +274,7 @@ module ActionDispatch # :nodoc: end # Turns the Response into a Rack-compatible array of the status, headers, - # and body. Allows explict splatting: + # and body. Allows explicit splatting: # # status, headers, body = *response def to_a |