Skip to content

Commit 32f8b67

Browse files
committed
Small fix for in-code docs.
1 parent 25863c3 commit 32f8b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Encoder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export class FormDataEncoder {
5252
/**
5353
* Creates a multipart/form-data encoder.
5454
*
55-
* @param form - FormData object to encode. This object must be a spec-compatible FormData implementation.
56-
* @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.
55+
* @param form FormData object to encode. This object must be a spec-compatible FormData implementation.
56+
* @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.
5757
*
5858
* @example
5959
*

0 commit comments

Comments
 (0)