浏览代码

Merge pull request #17030 from 36degrees/patch-1

Fix typo in clear cache documentation
Clinton Gormley 9 年之前
父节点
当前提交
06929f8ed4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/indices/clearcache.asciidoc

+ 1 - 1
docs/reference/indices/clearcache.asciidoc

@@ -2,7 +2,7 @@
 == Clear Cache
 == Clear Cache
 
 
 The clear cache API allows to clear either all caches or specific cached
 The clear cache API allows to clear either all caches or specific cached
-associated with one ore more indices.
+associated with one or more indices.
 
 
 [source,js]
 [source,js]
 --------------------------------------------------
 --------------------------------------------------