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

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
Théophile Helleboid - chtitux 2020-05-20 17:21:28 +04:00 committed by James Rodewig
parent 27673aa59c
commit a2c6d61ed5
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,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.
====
--