Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Fix typos #65124

Merged
merged 2 commits into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/java-rest/low-level/sniffer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ include-tagged::{doc-tests}/SnifferDocumentation.java[sniffer-https]

In the same way it is also possible to customize the `sniffRequestTimeout`,
which defaults to one second. That is the `timeout` parameter provided as a
querystring parameter when calling the Nodes Info api, so that when the
query string parameter when calling the Nodes Info api, so that when the
timeout expires on the server side, a valid response is still returned
although it may contain only a subset of the nodes that are part of the
cluster, the ones that have responded until then.
Expand All @@ -126,7 +126,7 @@ include-tagged::{doc-tests}/SnifferDocumentation.java[sniff-request-timeout]
--------------------------------------------------

Also, a custom `NodesSniffer` implementation can be provided for advanced
use-cases that may require fetching the `Node`s from external sources rather
use cases that may require fetching the nodes from external sources rather
than from Elasticsearch:

["source","java",subs="attributes,callouts,macros"]
Expand Down