Fix some typos in plugins & reference docs (#84667)

This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.
This commit is contained in:
Abele Mălan 2022-03-07 18:29:58 +01:00 committed by GitHub
parent 26307bbef3
commit 9ecb96fcf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -301,7 +301,7 @@ plugin configuration file.
If you run {es} using Docker, you can manage plugins using a declarative configuration file.
When {es} starts up, it will compare the plugins in the file with those
that are currently installed, and add or remove plugins as required. {es}
will also upgrade offical plugins when you upgrade {es} itself.
will also upgrade official plugins when you upgrade {es} itself.
The file is called `elasticsearch-plugins.yml`, and must be placed in the
Elasticsearch configuration directory, alongside `elasticsearch.yml`. Here