Skip to content

Commit d702625

Browse files
authored
Merge pull request #451 from arku/patch-1
Fix typo: ads -> adds
2 parents 5c9b3a9 + 714ac8b commit d702625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)