Skip to content
Permalink
Browse files

docs($templateRequest): fix "returns" description to match code

Closes #10603
  • Loading branch information
rluba authored and pkozlowski-opensource committed Dec 30, 2014
1 parent 1c76bf7 commit 1e5e527c84e2e5e9ed83ceb8e8c9c340c150b960
Showing with 1 addition and 1 deletion.
  1. +1 −1 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} the HTTP Promise for the given.
* @return {Promise} a promise for the the HTTP response data of the given URL.
*
* @property {number} totalPendingRequests total amount of pending template requests being downloaded.
*/

1 comment on commit 1e5e527

@rus0000

This comment has been minimized.

Copy link
Contributor

@rus0000 rus0000 commented on 1e5e527 Dec 30, 2014

"the the" typo

Please sign in to comment.
You can’t perform that action at this time.