소스 검색

[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.