From 37983cba99467977db9bf79abd6bea0be9b3ad13 Mon Sep 17 00:00:00 2001 From: KarelVerschraegen Date: Mon, 28 Sep 2020 10:17:50 +0200 Subject: [PATCH] Update helpers.asciidoc (#1310) --- docs/helpers.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers.asciidoc b/docs/helpers.asciidoc index dcef1a2d6..78d91a9d5 100644 --- a/docs/helpers.asciidoc +++ b/docs/helpers.asciidoc @@ -198,7 +198,7 @@ client.helpers.bulk({ datasource: myDatasource, onDocument (doc) { // Note that the update operation requires you to return - // an array, where the first element is the actio, while + // an array, where the first element is the action, while // the second are the document option return [ { update: { _index: 'my-index', _id: doc.id } },