[Docs] Fix typo in suggesters search API doc (#48477)

This commit is contained in:
Ian Danforth 2019-10-29 01:55:13 -07:00 committed by Christoph Büscher
parent 24f6985235
commit 82e25c4ac7

View File

@ -104,7 +104,7 @@ POST test/_search
}
--------------------------------------------------
The response contains suggestions scored by the most likely spell correction first. In this case we received the expected correction "nobel prize".
The response contains suggestions scored by the most likely spelling correction first. In this case we received the expected correction "nobel prize".
[source,console-result]
--------------------------------------------------