From d6d641d936d50cc3585dd8bfc1696023376c47c6 Mon Sep 17 00:00:00 2001 From: Christoph Neuroth Date: Mon, 17 Feb 2014 13:26:07 +0100 Subject: [PATCH] fix typo --- docs/configuration.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.asciidoc b/docs/configuration.asciidoc index 08adf1f91..7850f30d2 100644 --- a/docs/configuration.asciidoc +++ b/docs/configuration.asciidoc @@ -45,7 +45,7 @@ Default in Node::: `apiVersion`[[config-api-version]]:: `String` -- Change the API that they client provides, specify the major version of the Elasticsearch nodes you will be connecting to. + -WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used durring development. It is highly recommended that you set this parameter in all code that is headed to production. +WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production. Default ::: `"0.90"` @@ -266,4 +266,4 @@ var client = new elasticsearch.Client({ }, []); } }) ------ \ No newline at end of file +-----