From 46c99eca51fac3f36ee15d8f3026c51d76d0bf16 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Tue, 17 Nov 2020 12:52:11 -0500 Subject: [PATCH] [DOCS] Fix typos (#65124) (#65153) Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com> Co-authored-by: Johnny Lim --- docs/java-rest/low-level/sniffer.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/java-rest/low-level/sniffer.asciidoc b/docs/java-rest/low-level/sniffer.asciidoc index 1ffaa519cfb50..84f1510bae43a 100644 --- a/docs/java-rest/low-level/sniffer.asciidoc +++ b/docs/java-rest/low-level/sniffer.asciidoc @@ -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. @@ -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"]