Skip to content

Commit 4a62711

Browse files
lonlyloclyChristoph Büscher
authored and
Christoph Büscher
committed
[DOCS] fix a couple of typos (#33356)
1 parent bc22d07 commit 4a62711

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/reference/rollup/rollup-search-limitations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ It's recommended to just configure a single job with the smallest granularity th
107107
as needed.
108108

109109
That said, if multiple jobs are present in a single rollup index with varying intervals, the search endpoint will identify and use the job(s)
110-
with the largest interval to satisfy the search reques.
110+
with the largest interval to satisfy the search request.
111111

112112
[float]
113113
=== Limited querying components

docs/reference/setup/setup-xclient.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ level Java REST Client] with JSON request and response bodies.
3232

3333
. Add the {xpack} transport JAR file to your *CLASSPATH*. You can download the {xpack}
3434
distribution and extract the JAR file manually or you can get it from the
35-
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearc Maven repository].
35+
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearch Maven repository].
3636
As with any dependency, you will also need its transitive dependencies. Refer to the
3737
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.pom[X-Pack POM file
3838
for your version] when downloading for offline usage.

docs/reference/upgrade/set-paths-tip.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
================================================
33
44
When you extract the zip or tarball packages, the `elasticsearch-n.n.n`
5-
directory contains the Elasticsearh `config`, `data`, `logs` and
5+
directory contains the Elasticsearch `config`, `data`, `logs` and
66
`plugins` directories.
77
88
We recommend moving these directories out of the Elasticsearch directory
@@ -15,4 +15,4 @@ The <<deb,Debian>> and <<rpm,RPM>> packages place these directories in the
1515
appropriate place for each operating system. In production, we recommend
1616
installing using the deb or rpm package.
1717
18-
================================================
18+
================================================

0 commit comments

Comments
 (0)