From 861d80fff08fe51de40df38a4ae27bb4ef64cd9e Mon Sep 17 00:00:00 2001 From: Jonathan Pool Date: Tue, 6 Mar 2018 06:50:11 -0800 Subject: [PATCH] [DOCS] Correct typo in configuration (#28903) --- docs/reference/setup/configuration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/setup/configuration.asciidoc b/docs/reference/setup/configuration.asciidoc index 83d66f196d6..04102c20d87 100644 --- a/docs/reference/setup/configuration.asciidoc +++ b/docs/reference/setup/configuration.asciidoc @@ -38,7 +38,7 @@ command line or via your shell profile. For the package distributions, the config directory location defaults to `/etc/elasticsearch`. The location of the config directory can also be changed via the `ES_PATH_CONF` environment variable, but note that setting this in your -shell is not sufficient. Instead, this variabled is sourced from +shell is not sufficient. Instead, this variable is sourced from `/etc/default/elasticsearch` (for the Debian package) and `/etc/sysconfig/elasticsearch` (for the RPM package). You will need to edit the `ES_PATH_CONF=/etc/elasticsearch` entry in one of these files accordingly to