diff options
| author | Spencer | 2013-07-22 10:08:05 -0600 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-23 20:16:23 +0100 |
| commit | 6476aed7626fa7b4adefa99c5cb4a86ed371835c (patch) | |
| tree | 984ade71719d8e77674d8da4169a4947d2318653 | |
| parent | db73a940fcc20b3f8b339cce6657cf076d6cf116 (diff) | |
| download | angular.js-6476aed7626fa7b4adefa99c5cb4a86ed371835c.tar.bz2 | |
docs(cacheFactory): correct typos
| -rw-r--r-- | src/ng/cacheFactory.js | 2 |
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. * |
