Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6295a0d

Browse files
Ore4444petebacondarwin
authored andcommitted
docs(loader): fix typo and minor semantic error
1 parent bf7ec4b commit 6295a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function setupModuleLoader(window) {
3030
*
3131
* # Module
3232
*
33-
* A module is a collocation of services, directives, filters, and configuration information. Module
34-
* is used to configure the {@link AUTO.$injector $injector}.
33+
* A module is a collection of services, directives, filters, and configuration information.
34+
* `angular.module` is used to configure the {@link AUTO.$injector $injector}.
3535
*
3636
* <pre>
3737
* // Create a new module

0 commit comments

Comments
 (0)