Catherine Snow 8 年之前
父節點
當前提交
51bad4300c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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]