Skip to content

Commit da3a025

Browse files
committed
Consistency/typos.
1 parent ebff28e commit da3a025

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ Performs an arbitrary request to the given URL and passes the server response to
10561056
* *absolutePath* (optional): whether the *path* is relative to the connection's base URL instead of the endpoint. Default: `false`.
10571057
* *body* (optional): the request body.
10581058
* *qs* (optional): the query string.
1059-
* *headers* (optional): an object with additional HTTP headers to send with the request.
1059+
* *headers* (optional): an object containing additional HTTP headers to send with the request.
10601060
* *method* (optional): HTTP method to use. Default: `"GET"`.
10611061

10621062
If *opts.path* is missing, the request will be made to the base URL of the endpoint.
@@ -1605,7 +1605,7 @@ Performs a fulltext query searching for *query* in the given *fieldName* of all
16051605

16061606
* *fieldName*: the name of the field to search.
16071607
* *query*: a fulltext query string.
1608-
* *opts* (optional): an object additional options for the query.
1608+
* *opts* (optional): an object containing additional options for the query.
16091609

16101610
For more information on the properties of the *opts* object see [the HTTP API for fulltext queries](https://docs.arangodb.com/HttpIndexes/Fulltext.html).
16111611

@@ -1641,7 +1641,7 @@ Performs a geo-spatial query for documents near the given location.
16411641

16421642
* *latitude*: latitude of the target location.
16431643
* *longitude*: longitude of the target location.
1644-
* *opts* (optional): an object additional options for the query.
1644+
* *opts* (optional): an object containing additional options for the query.
16451645

16461646
For more information on the properties of the *opts* object see [the HTTP API for geo-spatial queries](https://docs.arangodb.com/HttpIndexes/Geo.html).
16471647

@@ -1677,7 +1677,7 @@ Performs a geo-spatial query for documents within the given *radius* of the give
16771677
* *latitude*: latitude of the target location.
16781678
* *longitude*: longitude of the target location.
16791679
* *radius*: the search radius (in meters).
1680-
* *opts* (optional): an object additional options for the query.
1680+
* *opts* (optional): an object containing additional options for the query.
16811681

16821682
For more information on the properties of the *opts* object see [the HTTP API for geo-spatial queries](https://docs.arangodb.com/HttpIndexes/Geo.html).
16831683

0 commit comments

Comments
 (0)