Skip to content

Commit 7860a9c

Browse files
author
Ben Buckman
committed
typo
1 parent e2ac039 commit 7860a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/form_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ FormData.prototype._trackLength = function(header, value, options) {
6161
Buffer.byteLength(header) +
6262
+ FormData.LINE_BREAK.length;
6363

64-
// empty or ethier doesn't have path or not an http response
64+
// empty or either doesn't have path or not an http response
6565
if (!value || ( !value.path && !(value.readable && value.hasOwnProperty('httpVersion')) )) {
6666
return;
6767
}

0 commit comments

Comments
 (0)