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:21:20 +0100
commit6295a0d9bd7f57b1c23d83bf6a74d1242c3e19b4 (patch)
tree69573cfafbd60e8cf7c861138f78dada9b2300b6 /src/loader.js
parentbf7ec4bbb10714fca3432ffa52569725f70da4c4 (diff)
downloadangular.js-6295a0d9bd7f57b1c23d83bf6a74d1242c3e19b4.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 a40a305d..7e2289d0 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