瀏覽代碼

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

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Théophile Helleboid - chtitux 5 年之前
父節點
當前提交
309d86df97
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.
 ====
 --