Skip to content

Commit

Permalink
Fix a typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Nov 24, 2022
1 parent 44159ed commit 1bfb321
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FormDataEncoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class FormDataEncoder {
* Creates a multipart/form-data encoder.
*
* @param form FormData object to encode. This object must be a spec-compatible FormData implementation.
* @param boundary An optional boundary string that will be used by the encoder. If there's no boundary string is present, Encoder will generate it automatically.
*
* @example
*
Expand Down

0 comments on commit 1bfb321

Please sign in to comment.