Skip to content

Commit 53c7f15

Browse files
tijwelchpetebacondarwin
authored andcommitted
docs($http): fix typo in headersGetter
Closes angular#15198
1 parent 5774973 commit 53c7f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
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)