docs: typo (#1609)

This commit is contained in:
Peter Johnson
2022-02-24 10:41:18 +00:00
committed by GitHub
parent de5ac5c7d0
commit 54bc1b455d

View File

@ -96,7 +96,7 @@ const b = client.helpers.bulk({
----
|`flushBytes`
a|The size of the bulk body in bytes to reach before to send it. Default of 5MB. +
a|The size of the bulk body in bytes to reach before sending it. Default of 5MB. +
_Default:_ `5000000`
[source,js]
----
@ -576,4 +576,4 @@ const scrollSearch = client.helpers.scrollDocuments({
for await (const doc of scrollSearch) {
console.log(doc)
}
----
----