Browse Source

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

Ian Danforth 6 years ago
parent
commit
6717343b47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/search/suggesters/phrase-suggest.asciidoc

+ 1 - 1
docs/reference/search/suggesters/phrase-suggest.asciidoc

@@ -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]
 --------------------------------------------------