Skip to content

Commit bf82c8a

Browse files
OleMchlscaitp
authored andcommitted
docs(loader): remove duplicate "the"
Typo fixup Closes angular#6521
1 parent d5f2084 commit bf82c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function setupModuleLoader(window) {
7373
*
7474
* @param {!string} name The name of the module to create or retrieve.
7575
* @param {Array.<string>=} requires If specified then new module is being created. If
76-
* unspecified then the the module is being retrieved for further configuration.
76+
* unspecified then the module is being retrieved for further configuration.
7777
* @param {Function} configFn Optional configuration function for the module. Same as
7878
* {@link angular.Module#config Module#config()}.
7979
* @returns {module} new module with the {@link angular.Module} api.

0 commit comments

Comments
 (0)