From 5856b5859a84ed17bca9a8c8dd7ead2e6a56b91d Mon Sep 17 00:00:00 2001 From: Alexander Shemetovsky Date: Thu, 10 Aug 2017 22:13:43 +0300 Subject: Fix typos --- lib/rack/request.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rack/request.rb b/lib/rack/request.rb index 29ede9fb..28712ef6 100644 --- a/lib/rack/request.rb +++ b/lib/rack/request.rb @@ -98,7 +98,7 @@ module Rack module Helpers # The set of form-data media-types. Requests that do not indicate - # one of the media types presented in this list will not be eligible + # one of the media types present in this list will not be eligible # for form-data / param parsing. FORM_DATA_MEDIA_TYPES = [ 'application/x-www-form-urlencoded', @@ -106,7 +106,7 @@ module Rack ] # The set of media-types. Requests that do not indicate - # one of the media types presented in this list will not be eligible + # one of the media types present in this list will not be eligible # for param parsing like soap attachments or generic multiparts PARSEABLE_DATA_MEDIA_TYPES = [ 'multipart/related', -- cgit v1.2.3-24-ge0c7