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 +-----