فهرست منبع

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

James Rodewig 5 سال پیش
والد
کامیت
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.