From 68db9f06cdf21ef2fae509a912b3a385f4d93208 Mon Sep 17 00:00:00 2001 From: Cladis Date: Wed, 4 Apr 2018 16:13:46 +0300 Subject: [PATCH] =?UTF-8?q?[DOCS]=20reuqest=20=E2=86=92=20request=20typo?= =?UTF-8?q?=20fix=20(#728)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/per-request-configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/per-request-configuration.asciidoc b/docs/per-request-configuration.asciidoc index ad33ca98d..939dce3a8 100644 --- a/docs/per-request-configuration.asciidoc +++ b/docs/per-request-configuration.asciidoc @@ -13,7 +13,7 @@ conflicts, etc. But sometimes you want to deal with the response body rather th in test suites). If you need that behavior, you can configure an `ignore` parameter. This should be configured in the `client` parameter -of the reuqest array. For example, this example will ignore the `MissingDocument404Exception` +of the request array. For example, this example will ignore the `MissingDocument404Exception` exception and instead return the JSON provided by Elasticsearch.