From a0dbd95bb98d18cea024e05dc5ee7ab52276b2ef Mon Sep 17 00:00:00 2001 From: Kevin Aenmey Date: Tue, 15 Apr 2014 19:44:38 -0400 Subject: [PATCH] docs($cacheFactory): fix typo --- src/ng/cacheFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 25d187ae..ca07aa76 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -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` */