Skip to content

Commit 714ac8b

Browse files
authored
Fix typo: ads -> adds
1 parent 5c9b3a9 commit 714ac8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), {filename: 'bar.jpg
217217
```
218218

219219
#### _Headers_ getHeaders( [**Headers** _userHeaders_] )
220-
This method ads the correct `content-type` header to the provided array of `userHeaders`.
220+
This method adds the correct `content-type` header to the provided array of `userHeaders`.
221221

222222
#### _String_ getBoundary()
223223
Return the boundary of the formData. A boundary consists of 26 `-` followed by 24 numbers

0 commit comments

Comments
 (0)