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

Commit 1bd451d

Browse files
frankadriancaitp
authored andcommitted
docs(angular.module): simplify wording+improve grammar
A suggestion on the wording of retrieving a moudle Closes #12543
1 parent c11a7d6 commit 1bd451d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/loader.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function setupModuleLoader(window) {
3838
* All modules (angular core or 3rd party) that should be available to an application must be
3939
* registered using this mechanism.
4040
*
41-
* When passed two or more arguments, a new module is created. If passed only one argument, an
42-
* existing module (the name passed as the first argument to `module`) is retrieved.
41+
* Passing one argument retrieves an existing {@link angular.Module},
42+
* whereas passing more than one argument creates a new {@link angular.Module}
4343
*
4444
*
4545
* # Module

0 commit comments

Comments
 (0)