Просмотр исходного кода

[DOCS] Add missing "the" to keyword tokenizer docs

James Rodewig 5 лет назад
Родитель
Сommit
40067d04dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/reference/analysis/tokenizers/keyword-tokenizer.asciidoc

+ 1 - 1
docs/reference/analysis/tokenizers/keyword-tokenizer.asciidoc

@@ -50,7 +50,7 @@ The above sentence would produce the following term:
 You can combine the `keyword` tokenizer with token filters to normalise
 structured data, such as product IDs or email addresses.
 
-For example, the following <<indices-analyze,analyze API>> request uses
+For example, the following <<indices-analyze,analyze API>> request uses the
 `keyword` tokenizer and <<analysis-lowercase-tokenfilter,`lowercase`>> filter to
 convert an email address to lowercase.