Skip to content

Commit

Permalink
Fix typo: ads -> adds
Browse files Browse the repository at this point in the history
  • Loading branch information
arku committed Nov 17, 2019
1 parent 5c9b3a9 commit 714ac8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -217,7 +217,7 @@ form.append( 'my_file', fs.createReadStream('/foo/bar.jpg'), {filename: 'bar.jpg
```

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

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

0 comments on commit 714ac8b

Please sign in to comment.