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 * # Module
* *
* A module is a collocation of services, directives, filters, and configuration information. Module * A module is a collection of services, directives, filters, and configuration information.
* is used to configure the {@link AUTO.$injector $injector}. * `angular.module` is used to configure the {@link AUTO.$injector $injector}.
* *
* <pre> * <pre>
* // Create a new module * // Create a new module