spelling: neither

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-09-28 13:54:32 -04:00 committed by jcamiel
parent 9b43b01735
commit a10c86285b
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 3 additions and 3 deletions

View File

@ -682,7 +682,7 @@ certificate "Serial-Number" matches "[0-9af]+"
Optional assertion on the received HTTP response body. Body section can be seen Optional assertion on the received HTTP response body. Body section can be seen
as syntactic sugar over [body asserts] (with `equals` predicate function). If the as syntactic sugar over [body asserts] (with `equals` predicate function). If the
body of the response is a [JSON] string or a [XML] string, the body assertion can body of the response is a [JSON] string or a [XML] string, the body assertion can
be directly inserted without any modification. For a text based body that is not JSON nor XML, be directly inserted without any modification. For a text based body that is neither JSON nor XML,
one can use multiline string that starts with <code>&#96;&#96;&#96;</code> and ends one can use multiline string that starts with <code>&#96;&#96;&#96;</code> and ends
with <code>&#96;&#96;&#96;</code>. For a precise byte control of the response body, with <code>&#96;&#96;&#96;</code>. For a precise byte control of the response body,
a [Base64] encoded string or an input file can be used to describe exactly a [Base64] encoded string or an input file can be used to describe exactly

View File

@ -367,7 +367,7 @@ you can use [`-u/--user` option].
Optional HTTP body request. Optional HTTP body request.
If the body of the request is a [JSON] string or a [XML] string, the value can be If the body of the request is a [JSON] string or a [XML] string, the value can be
directly inserted without any modification. For a text based body that is not JSON nor XML, directly inserted without any modification. For a text based body that is neither JSON nor XML,
one can use [multiline string body] that starts with <code>&#96;&#96;&#96;</code> and ends one can use [multiline string body] that starts with <code>&#96;&#96;&#96;</code> and ends
with <code>&#96;&#96;&#96;</code>. Multiline string body support "language hint" and can be used with <code>&#96;&#96;&#96;</code>. Multiline string body support "language hint" and can be used
to create [GraphQL queries]. to create [GraphQL queries].
@ -532,7 +532,7 @@ POST https://example.org/starwars/graphql
#### Multiline string body #### Multiline string body
For text based body that are not JSON nor XML, one can use multiline string, started and ending with For text based body that are neither JSON nor XML, one can use multiline string, started and ending with
<code>&#96;&#96;&#96;</code>. <code>&#96;&#96;&#96;</code>.
~~~hurl ~~~hurl