From 2f3bd9dae750bc6eff8063a4ce4550c829b6a197 Mon Sep 17 00:00:00 2001 From: Spencer Date: Mon, 22 Jul 2013 10:08:05 -0600 Subject: docs(cacheFactory): correct typos --- 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 f9ad8354..ec5ea586 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -192,7 +192,7 @@ function $CacheFactoryProvider() { * @name ng.$templateCache * * @description - * The first time a template is used, it is loaded in the tempalte cache for quick retrieval. You can + * The first time a template is used, it is loaded in the template cache for quick retrieval. You can * load templates directly into the cache in a `script` tag, or by consuming the `$templateCache` * service directly. * -- cgit v1.2.3