docs($cacheFactory): fix typo

This commit is contained in:
Kevin Aenmey
2014-04-15 19:44:38 -04:00
committed by Brian Ford
parent 9fd5450ee8
commit a0dbd95bb9

View File

@@ -317,7 +317,7 @@ function $CacheFactoryProvider() {
* @name $cacheFactory#info
*
* @description
* Get information about all the of the caches that have been created
* Get information about all the caches that have been created
*
* @returns {Object} - key-value map of `cacheId` to the result of calling `cache#info`
*/