Skip to content

Commit 1bfb321

Browse files
committed
Fix a typo in docs
1 parent 44159ed commit 1bfb321

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FormDataEncoder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export class FormDataEncoder {
8787
* Creates a multipart/form-data encoder.
8888
*
8989
* @param form FormData object to encode. This object must be a spec-compatible FormData implementation.
90-
* @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.
9190
*
9291
* @example
9392
*

0 commit comments

Comments
 (0)