aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Michaelis2014-03-03 00:46:43 +0100
committerCaitlin Potter2014-03-02 19:25:19 -0500
commitbf82c8a7089f36d740336079a2ec7f7498b902c9 (patch)
treeb355325b760c3a12e6318cdcf53b49cdc118b7ad
parentd5f208488376a4a2821dce0a24a4923aca8ff9d0 (diff)
downloadangular.js-bf82c8a7089f36d740336079a2ec7f7498b902c9.tar.bz2
docs(loader): remove duplicate "the"
Typo fixup Closes #6521
-rw-r--r--src/loader.js2
1 files changed, 1 insertions, 1 deletions
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.<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.