Skip to content

Commit

Permalink
query: grammar/language nits
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Feb 2, 2025
1 parent a7a4c2c commit f7d04fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions draft-ietf-httpbis-safe-method-w-body.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GET /feed?q=foo&limit=10&sort=-published HTTP/1.1
Host: example.org
</artwork>
<t>
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
</t>
<ul>
Expand Down Expand Up @@ -305,7 +305,7 @@ q=foo&amp;limit=10&amp;sort=-published
</t>
<ul>
<li>Removing content encoding(s)</li>
<li>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")</li>
<li>Normalizing based upon knowledge of format conventions, as indicated by any media type suffix in the request's Content-Type field (e.g., "+json")</li>
<li>Normalizing based upon knowledge of the semantics of the content itself, as indicated by the request's Content-Type field.</li>
</ul>
<t>
Expand Down Expand Up @@ -386,7 +386,7 @@ Accept-Query: "application/jsonpath", application/sql;charset="UTF-8"</artwork>
</t>
<t>
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.
</t>
<t>
Expand Down

0 comments on commit f7d04fe

Please sign in to comment.