We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headersGetter
1 parent db64af3 commit 78a086cCopy full SHA for 78a086c
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