[DOCS] Fix double spaces (#71082)

This commit is contained in:
James Rodewig 2021-03-31 09:57:47 -04:00 committed by GitHub
parent 83725e4b38
commit 693807a6d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
282 changed files with 834 additions and 834 deletions

View file

@ -231,7 +231,7 @@ user for confirmation before continuing with installation.
When running the plugin install script from another program (e.g. install
automation scripts), the plugin script should detect that it is not being
called from the console and skip the confirmation response, automatically
granting all requested permissions. If console detection fails, then batch
granting all requested permissions. If console detection fails, then batch
mode can be forced by specifying `-b` or `--batch` as follows:
[source,shell]
@ -243,7 +243,7 @@ sudo bin/elasticsearch-plugin install --batch [pluginname]
=== Custom config directory
If your `elasticsearch.yml` config file is in a custom location, you will need
to specify the path to the config file when using the `plugin` script. You
to specify the path to the config file when using the `plugin` script. You
can do this as follows:
[source,sh]