Explorar o código

[DOCS] Fix typo in search API `explain` param def (#56991)

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Théophile Helleboid - chtitux %!s(int64=5) %!d(string=hai) anos
pai
achega
309d86df97
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/reference/search/search.asciidoc

+ 1 - 1
docs/reference/search/search.asciidoc

@@ -299,7 +299,7 @@ computation as part of a hit. Defaults to `false`.
 --
 [IMPORTANT]
 ====
-You can also specify this value using the `explain` request body parameter. If
+You can also specify this value using the `explain` query parameter. If
 both parameters are specified, only the query parameter is used.
 ====
 --