浏览代码

Fix typo in keyword.asciidoc (#21237)

LakumiNarayanan 9 年之前
父节点
当前提交
5af6deb5b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/mapping/types/keyword.asciidoc

+ 1 - 1
docs/reference/mapping/types/keyword.asciidoc

@@ -6,7 +6,7 @@ codes, zip codes or tags.
 
 They are typically used for filtering (_Find me all blog posts where
 ++status++ is ++published++_), for sorting, and for aggregations. Keyword
-fields are ony searchable by their exact value.
+fields are only searchable by their exact value.
 
 If you need to index full text content such as email bodies or product
 descriptions, it is likely that you should rather use a <<text,`text`>> field.