Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 40abdaf

Browse files
campersaupetebacondarwin
authored andcommittedJan 15, 2015
docs($templateRequest): remove duplicate "the" in return description
Introduced with: 1e5e527 Closes #10714
1 parent 3422cba commit 40abdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ng/templateRequest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var $compileMinErr = minErr('$compile');
1515
* @param {string} tpl The HTTP request template URL
1616
* @param {boolean=} ignoreRequestError Whether or not to ignore the exception when the request fails or the template is empty
1717
*
18-
* @return {Promise} a promise for the the HTTP response data of the given URL.
18+
* @return {Promise} a promise for the HTTP response data of the given URL.
1919
*
2020
* @property {number} totalPendingRequests total amount of pending template requests being downloaded.
2121
*/

0 commit comments

Comments
 (0)
This repository has been archived.