Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Commit 26a6a9b

Browse files
tijwelchgkalpak
authored andcommitted
docs($http): fix typo in headersGetter
Closes angular#15198
1 parent 714b53a commit 26a6a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function parseHeaders(headers) {
195195
* @param {(string|Object)} headers Headers to provide access to.
196196
* @returns {function(string=)} Returns a getter function which if called with:
197197
*
198-
* - if called with single an argument returns a single header value or null
198+
* - if called with an argument returns a single header value or null
199199
* - if called with no arguments returns an object containing all headers.
200200
*/
201201
function headersGetter(headers) {

0 commit comments

Comments
 (0)