Skip to content

Commit 146b8c3

Browse files
committed
docs: adjusting some incorrect comments
1 parent f98662c commit 146b8c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ HTTPSnippet.prototype.prepare = function (request) {
108108
if (request.postData.params) {
109109
var form = new MultiPartForm()
110110

111-
// The `form-data` module returns one of two things: a native FormData object, or its own polyfill. Since this
112-
// polyfill support the full API of the native FormData object, when this library is running in a browser
113-
// environment it'll fail on two things:
111+
// The `form-data` module returns one of two things: a native FormData object, or its own polyfill. Since the
112+
// polyfill does not support the full API of the native FormData object, when this library is running in a
113+
// browser environment it'll fail on two things:
114114
//
115115
// - The API for `form.append()` has three arguments and the third should only be present when the second is a
116116
// Blob or USVString.

0 commit comments

Comments
 (0)