mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 22:33:44 +00:00
docs(loader): fix typo and minor semantic error
This commit is contained in:
parent
7aa9fecab8
commit
499baced12
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue