docs(loader): remove duplicate "the"

Typo fixup

Closes #6521
This commit is contained in:
Ole Michaelis
2014-03-03 00:46:43 +01:00
committed by Caitlin Potter
parent d5f2084883
commit bf82c8a708

View File

@@ -73,7 +73,7 @@ function setupModuleLoader(window) {
*
* @param {!string} name The name of the module to create or retrieve.
* @param {Array.<string>=} requires If specified then new module is being created. If
* unspecified then the the module is being retrieved for further configuration.
* unspecified then the module is being retrieved for further configuration.
* @param {Function} configFn Optional configuration function for the module. Same as
* {@link angular.Module#config Module#config()}.
* @returns {module} new module with the {@link angular.Module} api.