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

Fix typo in clear cache documentation
This commit is contained in:
Clinton Gormley 2016-03-09 15:32:54 +01:00
parent 11b18a9963
commit 06929f8ed4
1 changed files with 1 additions and 1 deletions

View File

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