diff --git a/draft-ietf-httpbis-safe-method-w-body.xml b/draft-ietf-httpbis-safe-method-w-body.xml
index f2da14329..e71634ec2 100644
--- a/draft-ietf-httpbis-safe-method-w-body.xml
+++ b/draft-ietf-httpbis-safe-method-w-body.xml
@@ -105,7 +105,7 @@ GET /feed?q=foo&limit=10&sort=-published HTTP/1.1
Host: example.org
- However, for a query with parameters that are complex or large in size,
+ However, for a query with parameters that are complex or large,
encoding it in the request URI may not be the best option because
@@ -305,7 +305,7 @@ q=foo&limit=10&sort=-published
- Removing content encoding(s)
- - Normalizing based upon knowledge of format conventions, as indicated by the any media type suffix in the request's Content-Type field (e.g., "+json")
+ - Normalizing based upon knowledge of format conventions, as indicated by any media type suffix in the request's Content-Type field (e.g., "+json")
- Normalizing based upon knowledge of the semantics of the content itself, as indicated by the request's Content-Type field.
@@ -386,7 +386,7 @@ Accept-Query: "application/jsonpath", application/sql;charset="UTF-8"
Caches that normalize QUERY content incorrectly or in ways that are
- significantly different than how the resource processes the content
+ significantly different from how the resource processes the content
can return the incorrect response if normalization results in a false positive.