remove redundant wording

This commit is contained in:
jamesgeorge007
2019-09-23 23:54:24 +05:30
parent 74d2119f31
commit 0c873a1c02

View File

@@ -722,7 +722,7 @@
let headers = {};
// If the request has a request body, we want to ensure Content-Length and
// If the request has a body, we want to ensure Content-Length and
// Content-Type are sent.
let requestBody;
if (this.hasRequestBody) {