1
0
Эх сурвалжийг харах

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

Fix typo in clear cache documentation
Clinton Gormley 9 жил өмнө
parent
commit
06929f8ed4

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