浏览代码

[DOCS] Fix typo (#92481)

James Rodewig 2 年之前
父节点
当前提交
c0c105c210
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/reference/analysis/token-graphs.asciidoc

+ 2 - 2
docs/reference/analysis/token-graphs.asciidoc

@@ -34,7 +34,7 @@ include tokens for multi-word synonyms, such as using "atm" as a synonym for
 "automatic teller machine."
 
 However, only some token filters, known as _graph token filters_, accurately
-record the `positionLength` for multi-position tokens. This filters include:
+record the `positionLength` for multi-position tokens. These filters include:
 
 * <<analysis-synonym-graph-tokenfilter,`synonym_graph`>>
 * <<analysis-word-delimiter-graph-tokenfilter,`word_delimiter_graph`>>
@@ -105,4 +105,4 @@ in an invalid graph.
 image::images/analysis/token-graph-dns-invalid-ex.svg[align="center"]
 
 Avoid using invalid token graphs for search. Invalid graphs can cause unexpected
-search results.
+search results.