aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/cacheFactory.js
diff options
context:
space:
mode:
authorSpencer2013-07-22 10:08:05 -0600
committerPete Bacon Darwin2013-07-23 20:16:23 +0100
commit6476aed7626fa7b4adefa99c5cb4a86ed371835c (patch)
tree984ade71719d8e77674d8da4169a4947d2318653 /src/ng/cacheFactory.js
parentdb73a940fcc20b3f8b339cce6657cf076d6cf116 (diff)
downloadangular.js-6476aed7626fa7b4adefa99c5cb4a86ed371835c.tar.bz2
docs(cacheFactory): correct typos
Diffstat (limited to 'src/ng/cacheFactory.js')
-rw-r--r--src/ng/cacheFactory.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js
index a00c09a6..13d16e00 100644
--- a/src/ng/cacheFactory.js
+++ b/src/ng/cacheFactory.js
@@ -194,7 +194,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.
*