File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments