ソースを参照

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
 
 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]
 --------------------------------------------------