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

Commit 879c72a

Browse files
tijwelchpetebacondarwin
authored andcommitted
docs($http): fix typo in headersGetter
Closes #15198
1 parent b03eb82 commit 879c72a

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)