diff --git a/docs/reference/search/suggesters/phrase-suggest.asciidoc b/docs/reference/search/suggesters/phrase-suggest.asciidoc index d3859c7bc0a..d9715b24d9d 100644 --- a/docs/reference/search/suggesters/phrase-suggest.asciidoc +++ b/docs/reference/search/suggesters/phrase-suggest.asciidoc @@ -11,7 +11,7 @@ suggest-selection is left to the API consumer. Yet, often pre-selected suggestions are required in order to present to the end-user. The `phrase` suggester adds additional logic on top of the `term` suggester to select entire corrected phrases instead of individual tokens weighted -based on `ngram-langugage` models. In practice this suggester will be +based on `ngram-language` models. In practice this suggester will be able to make better decisions about which tokens to pick based on co-occurence and frequencies.