Skip to content

Commit c8ca778

Browse files
[DOCS] Fix typos (#83895) (#83974)
(cherry picked from commit e3deacf) Co-authored-by: Tobias Stadler <[email protected]>
1 parent 311eff3 commit c8ca778

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

docs/painless/painless-contexts/painless-watcher-context-variables.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following variables are available in all watcher contexts.
99
The id of the watch.
1010

1111
`ctx['id']` (`String`, read-only)::
12-
The server generated unique identifer for the run watch.
12+
The server generated unique identifier for the run watch.
1313

1414
`ctx['metadata']` (`Map`, read-only)::
1515
Metadata can be added to the top level of the watch definition. This

docs/plugins/repository.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ functionality in Elasticsearch by adding repositories backed by the cloud or
66
by distributed file systems:
77

88
[discrete]
9-
==== Offical repository plugins
9+
==== Official repository plugins
1010

1111
NOTE: Support for S3, GCS and Azure repositories is now bundled in {es} by
1212
default.

docs/reference/analysis/analyzers/pattern-analyzer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ The regex above is easier to understand as:
366366
[discrete]
367367
=== Definition
368368

369-
The `pattern` anlayzer consists of:
369+
The `pattern` analyzer consists of:
370370

371371
Tokenizer::
372372
* <<analysis-pattern-tokenizer,Pattern Tokenizer>>

docs/reference/analysis/tokenfilters/predicate-tokenfilter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The filter produces the following tokens.
4444

4545
The API response contains the position and offsets of each output token. Note
4646
the `predicate_token_filter` filter does not change the tokens' original
47-
positions or offets.
47+
positions or offsets.
4848

4949
.*Response*
5050
[%collapsible]

docs/reference/cat/trainedmodel.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The estimated heap size to keep the trained model in memory.
7272

7373
`id`:::
7474
(Default)
75-
Idetifier for the trained model.
75+
Identifier for the trained model.
7676

7777
`ingest.count`, `ic`, `ingestCount`:::
7878
The total number of documents that are processed by the model.

docs/reference/cluster/stats.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ Total size of all file stores across all selected nodes.
10961096

10971097
`total_in_bytes`::
10981098
(integer)
1099-
Total size, in bytes, of all file stores across all seleced nodes.
1099+
Total size, in bytes, of all file stores across all selected nodes.
11001100

11011101
`free`::
11021102
(<<byte-units, byte units>>)

docs/reference/commands/keystore.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ password.
218218
[[show-keystore-value]]
219219
==== Show settings in the keystore
220220

221-
To display the value of a setting in the keystorem use the `show` command:
221+
To display the value of a setting in the keystore use the `show` command:
222222

223223
[source,sh]
224224
----------------------------------------------------------------

docs/reference/graph/explore.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ graph as vertices. For example:
8484
field::: Identifies a field in the documents of interest.
8585
include::: Identifies the terms of interest that form the starting points
8686
from which you want to spider out. You do not have to specify a seed query
87-
if you specify an include clause. The include clause implicitly querys for
87+
if you specify an include clause. The include clause implicitly queries for
8888
documents that contain any of the listed terms listed.
8989
In addition to specifying a simple array of strings, you can also pass
9090
objects with `term` and `boost` values to boost matches on particular terms.

docs/reference/how-to/recipes/scoring.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ While both options would return similar scores, there are trade-offs:
192192
<<query-dsl-script-score-query,script_score>> provides a lot of flexibility,
193193
enabling you to combine the text relevance score with static signals as you
194194
prefer. On the other hand, the <<rank-feature,`rank_feature` query>> only
195-
exposes a couple ways to incorporate static signails into the score. However,
195+
exposes a couple ways to incorporate static signals into the score. However,
196196
it relies on the <<rank-feature,`rank_feature`>> and
197197
<<rank-features,`rank_features`>> fields, which index values in a special way
198198
that allows the <<query-dsl-rank-feature-query,`rank_feature` query>> to skip

docs/reference/migration/migrate_8_0/plugin-changes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TIP: {ess-skip-section}
1313
====
1414
*Details* +
1515
In previous versions of {es}, in order to register a snapshot repository
16-
backed by Amazon S3, Google Cloud Storge (GCS) or Microsoft Azure Blob
16+
backed by Amazon S3, Google Cloud Storage (GCS) or Microsoft Azure Blob
1717
Storage, you first had to install the corresponding Elasticsearch plugin,
1818
for example `repository-s3`. These plugins are now included in {es} by
1919
default.

0 commit comments

Comments
 (0)