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) {