mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-08 23:04:45 +00:00
docs(cacheFactory): correct typos
This commit is contained in:
parent
256e5dff55
commit
2f3bd9dae7
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ function $CacheFactoryProvider() {
|
||||||
* @name ng.$templateCache
|
* @name ng.$templateCache
|
||||||
*
|
*
|
||||||
* @description
|
* @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`
|
* load templates directly into the cache in a `script` tag, or by consuming the `$templateCache`
|
||||||
* service directly.
|
* service directly.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue