[DOCS] Correct typo in configuration (#28903)

This commit is contained in:
Jonathan Pool 2018-03-06 06:50:11 -08:00 committed by Luca Cavanna
parent 7f4131f923
commit 861d80fff0
1 changed files with 1 additions and 1 deletions

View File

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