From 07503309412fee39258e43e18ce4dc1eaa5493a1 Mon Sep 17 00:00:00 2001 From: karanarora Date: Wed, 20 May 2015 22:52:18 +0530 Subject: Spelling/typo/grammatical fixes [ci skip] spelling fix [ci skip] example to be consistent [ci skip] grammatical fix typo fixes [ci skip] --- actionpack/lib/action_dispatch/http/response.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_dispatch') 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 -- cgit v1.2.3