Skip to content

Commit 46c99ec

Browse files
jrodewigizeye
andauthored
[DOCS] Fix typos (elastic#65124) (elastic#65153)
Co-authored-by: James Rodewig <[email protected]> Co-authored-by: Johnny Lim <[email protected]>
1 parent caf35c9 commit 46c99ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/java-rest/low-level/sniffer.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ include-tagged::{doc-tests}/SnifferDocumentation.java[sniffer-https]
115115

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

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

132132
["source","java",subs="attributes,callouts,macros"]

0 commit comments

Comments
 (0)