mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(cacheFactory): correct typos
This commit is contained in:
parent
db73a940fc
commit
6476aed762
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue