浏览代码

[DOCS] Fix typo in index and search analysis docs (#52988)

rhymes 5 年之前
父节点
当前提交
74b9878f69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/analysis/index-search-time.asciidoc

+ 1 - 1
docs/reference/analysis/index-search-time.asciidoc

@@ -67,7 +67,7 @@ analyzer produces the following tokens:
 [ quick, fox ]
 ------
 
-To execute the serach, {es} compares these query string tokens to the tokens
+To execute the search, {es} compares these query string tokens to the tokens
 indexed in the `text` field.
 
 [options="header"]