mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-18 23:50:23 +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
|
||||
*
|
||||
* 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue