Browse Source

[DOCS] Fix typo (#65912)

Toast 4 years ago
parent
commit
966189fa6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/index-search-time.asciidoc

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

@@ -81,7 +81,7 @@ indexed in the `text` field.
 |`dog`     |              | X
 |===
 
-Because the field value are query string were analyzed in the same way, they
+Because the field value and query string were analyzed in the same way, they
 created similar tokens. The tokens `quick` and `fox` are exact matches. This
 means the search matches the document containing `"The QUICK brown foxes jumped
 over the dog!"`, just as the user expects.