aboutsummaryrefslogtreecommitdiffstats
path: root/src/loader.js
diff options
context:
space:
mode:
authorOre Landau2013-06-18 21:20:19 +0100
committerPete Bacon Darwin2013-06-18 21:23:00 +0100
commit499baced128bc7a6ad10b150738075fb11771bfe (patch)
treeafd70283308e7491e8b338e96ee0a03e84408e51 /src/loader.js
parent7aa9fecab8f98d7455ce60e25eb9d4d1a4040fd1 (diff)
downloadangular.js-499baced128bc7a6ad10b150738075fb11771bfe.tar.bz2
docs(loader): fix typo and minor semantic error
Diffstat (limited to 'src/loader.js')
-rw-r--r--src/loader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/loader.js b/src/loader.js
index ecb16608..915d338a 100644
--- a/src/loader.js
+++ b/src/loader.js
@@ -30,8 +30,8 @@ function setupModuleLoader(window) {
*
* # Module
*
- * A module is a collocation of services, directives, filters, and configuration information. Module
- * is used to configure the {@link AUTO.$injector $injector}.
+ * A module is a collection of services, directives, filters, and configuration information.
+ * `angular.module` is used to configure the {@link AUTO.$injector $injector}.
*
* <pre>
* // Create a new module