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

Commit 956f5c4

Browse files
committed
docs(typo): grammar error
1 parent aacea6d commit 956f5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-ajax.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
var hasContentType = Object.keys(args.headers).some(function (header) {
368368
return header.toLowerCase() === 'content-type';
369369
});
370-
// No Content-Type should be specified is sending `FormData`.
370+
// No Content-Type should be specified if sending `FormData`.
371371
// The UA must set the Content-Type w/ a calculated multipart boundary ID.
372372
if (args.body instanceof FormData) {
373373
delete args.headers['Content-Type'];

0 commit comments

Comments
 (0)