From bf82c8a7089f36d740336079a2ec7f7498b902c9 Mon Sep 17 00:00:00 2001 From: Ole Michaelis Date: Mon, 3 Mar 2014 00:46:43 +0100 Subject: docs(loader): remove duplicate "the" Typo fixup Closes #6521 --- src/loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/loader.js b/src/loader.js index b3531771..08d285c3 100644 --- a/src/loader.js +++ b/src/loader.js @@ -73,7 +73,7 @@ function setupModuleLoader(window) { * * @param {!string} name The name of the module to create or retrieve. * @param {Array.=} 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. -- cgit v1.2.3