diff options
| author | Spencer | 2013-07-22 10:08:05 -0600 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-23 20:16:58 +0100 | 
| commit | 2f3bd9dae750bc6eff8063a4ce4550c829b6a197 (patch) | |
| tree | bdc8d59fa689a26f24dcd3b911e64a040ee2419b | |
| parent | 256e5dff5563254da7cafb315ebcef313e30b335 (diff) | |
| download | angular.js-2f3bd9dae750bc6eff8063a4ce4550c829b6a197.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 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.   *  | 
