aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/cacheFactory.js
diff options
context:
space:
mode:
authorCarl Danley2013-07-22 11:01:00 -0400
committerPawel Kozlowski2013-07-27 20:53:41 +0200
commit258e9862840f9d45709664e0e5b2a18540d8828d (patch)
tree17386e8499d4103b83e903b437cda808a82579ff /src/ng/cacheFactory.js
parent1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff)
downloadangular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2
docs(*): fixed typos and ngdoc parameter names
Diffstat (limited to 'src/ng/cacheFactory.js')
-rw-r--r--src/ng/cacheFactory.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js
index 13d16e00..1a0cb549 100644
--- a/src/ng/cacheFactory.js
+++ b/src/ng/cacheFactory.js
@@ -194,8 +194,8 @@ function $CacheFactoryProvider() {
* @name ng.$templateCache
*
* @description
- * 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`
+ * 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.
*
* Adding via the `script` tag: