Skip to content
Permalink
Browse files

docs($http): fix typo in `headersGetter`

Closes #15198
  • Loading branch information
tijwelch authored and gkalpak committed Sep 29, 2016
1 parent 714b53a commit 26a6a9b624ee85ce51381ab0449f6cd775c445fb
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/http.js
@@ -195,7 +195,7 @@ function parseHeaders(headers) {
* @param {(string|Object)} headers Headers to provide access to.
* @returns {function(string=)} Returns a getter function which if called with:
*
* - if called with single an argument returns a single header value or null
* - if called with an argument returns a single header value or null
* - if called with no arguments returns an object containing all headers.
*/
function headersGetter(headers) {

0 comments on commit 26a6a9b

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