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

@ -442,7 +442,7 @@ unless otherwise specified in the collation.
Possible values: `no` (default, but collation-dependent) or `canonical`.
Setting this decomposition property to `canonical` allows the Collator to
handle unnormalized text properly, producing the same results as if the text
were normalized. If `no` is set, it is the user's responsibility to insure
were normalized. If `no` is set, it is the user's responsibility to ensure
that all text is already in the appropriate form before a comparison or before
getting a CollationKey. Adjusting decomposition mode allows the user to select
between faster and more complete collation behavior. Since a great many of the

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