docs(loader): fix typo and minor semantic error

This commit is contained in:
Ore Landau 2013-06-18 21:20:19 +01:00 committed by Pete Bacon Darwin
parent 7aa9fecab8
commit 499baced12

View file

@ -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