We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
headersGetter
1 parent 714b53a commit 26a6a9bCopy full SHA for 26a6a9b
src/ng/http.js
@@ -195,7 +195,7 @@ function parseHeaders(headers) {
195
* @param {(string|Object)} headers Headers to provide access to.
196
* @returns {function(string=)} Returns a getter function which if called with:
197
*
198
- * - 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
199
* - if called with no arguments returns an object containing all headers.
200
*/
201
function headersGetter(headers) {
0 commit comments