Browse Source

[DOCS] Correct typo in configuration (#28903)

Jonathan Pool 7 years ago
parent
commit
861d80fff0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/configuration.asciidoc

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