Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
docs(typo): grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
rnicholus committed Nov 13, 2014
1 parent aacea6d commit 956f5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'];
Expand Down

0 comments on commit 956f5c4

Please sign in to comment.