From 956f5c4b44238a7a1df474d34e5585874c9f44af Mon Sep 17 00:00:00 2001 From: Ray Nicholus Date: Wed, 12 Nov 2014 22:16:16 -0600 Subject: [PATCH] docs(typo): grammar error --- core-ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-ajax.html b/core-ajax.html index e43d4d4..c0ca0ad 100644 --- a/core-ajax.html +++ b/core-ajax.html @@ -367,7 +367,7 @@ var hasContentType = Object.keys(args.headers).some(function (header) { return header.toLowerCase() === 'content-type'; }); - // No Content-Type should be specified is sending `FormData`. + // No Content-Type should be specified if sending `FormData`. // The UA must set the Content-Type w/ a calculated multipart boundary ID. if (args.body instanceof FormData) { delete args.headers['Content-Type'];