Skip to content

Commit

Permalink
[DOCS] fix a couple of typos (#33356)
Browse files Browse the repository at this point in the history
  • Loading branch information
lonlylocly authored and Christoph Büscher committed Sep 4, 2018
1 parent a382413 commit cffbff3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/reference/rollup/rollup-search-limitations.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ It's recommended to just configure a single job with the smallest granularity th
as needed.

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)
with the largest interval to satisfy the search reques.
with the largest interval to satisfy the search request.

[float]
=== Limited querying components
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/setup/setup-xclient.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ level Java REST Client] with JSON request and response bodies.

. Add the {xpack} transport JAR file to your *CLASSPATH*. You can download the {xpack}
distribution and extract the JAR file manually or you can get it from the
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearc Maven repository].
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.jar[Elasticsearch Maven repository].
As with any dependency, you will also need its transitive dependencies. Refer to the
https://artifacts.elastic.co/maven/org/elasticsearch/client/x-pack-transport/{version}/x-pack-transport-{version}.pom[X-Pack POM file
for your version] when downloading for offline usage.
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/upgrade/set-paths-tip.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
================================================
When you extract the zip or tarball packages, the `elasticsearch-n.n.n`
directory contains the Elasticsearh `config`, `data`, `logs` and
directory contains the Elasticsearch `config`, `data`, `logs` and
`plugins` directories.
We recommend moving these directories out of the Elasticsearch directory
Expand All @@ -15,4 +15,4 @@ The <<deb,Debian>> and <<rpm,RPM>> packages place these directories in the
appropriate place for each operating system. In production, we recommend
installing using the deb or rpm package.
================================================
================================================

0 comments on commit cffbff3

Please sign in to comment.