We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f2084 commit bf82c8aCopy full SHA for bf82c8a
1 file changed
src/loader.js
@@ -73,7 +73,7 @@ function setupModuleLoader(window) {
73
*
74
* @param {!string} name The name of the module to create or retrieve.
75
* @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.
+ * unspecified then the module is being retrieved for further configuration.
77
* @param {Function} configFn Optional configuration function for the module. Same as
78
* {@link angular.Module#config Module#config()}.
79
* @returns {module} new module with the {@link angular.Module} api.
0 commit comments