From 1461014de8ddfec13121fab3a5b9a427fdc222fb Mon Sep 17 00:00:00 2001 From: tijwelch Date: Thu, 29 Sep 2016 10:29:06 -0500 Subject: [PATCH] docs(): fix typo in headersGetter --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index 81ad9e699bcc..c5c1c1172b30 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -192,7 +192,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) {