From 80abed2a33bcda5ef85542bcad5d3f84f613e5a8 Mon Sep 17 00:00:00 2001 From: campersau Date: Sun, 11 Jan 2015 11:06:33 +0100 Subject: [PATCH] docs($templateRequest): remove duplicate "the" in return description Introduced with: https://github.com/angular/angular.js/commit/1e5e527c84e2e5e9ed83ceb8e8c9c340c150b960 Reported: https://github.com/angular/angular.js/commit/1e5e527c84e2e5e9ed83ceb8e8c9c340c150b960#commitcomment-9123344 --- src/ng/templateRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/templateRequest.js b/src/ng/templateRequest.js index 249e81ec4ee3..e65a8f97d244 100644 --- a/src/ng/templateRequest.js +++ b/src/ng/templateRequest.js @@ -15,7 +15,7 @@ var $compileMinErr = minErr('$compile'); * @param {string} tpl The HTTP request template URL * @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty * - * @return {Promise} a promise for the the HTTP response data of the given URL. + * @return {Promise} a promise for the HTTP response data of the given URL. * * @property {number} totalPendingRequests total amount of pending template requests being downloaded. */