Catherine Snow 8 years ago
parent
commit
51bad4300c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/query-dsl/terms-query.asciidoc

+ 1 - 1
docs/reference/query-dsl/terms-query.asciidoc

@@ -61,7 +61,7 @@ possible, reducing the need for networking.
 [float]
 ===== Terms lookup twitter example
 At first we index the information for user with id 2, specifically, its
-followers, than index a tweet from user with id 1. Finally we search on
+followers, then index a tweet from user with id 1. Finally we search on
 all the tweets that match the followers of user 2.
 
 [source,js]