Skip to content

Commit f5f7f6c

Browse files
committed
Small fix for docs.
1 parent 90dd1fc commit f5f7f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Encoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class Encoder {
4343
/**
4444
* Creates a multipart/form-data encoder.
4545
*
46-
* @param form - A FormData object to encode. This object must be a spec-compatible FormData implementation.
46+
* @param form - FormData object to encode. This object must be a spec-compatible FormData implementation.
4747
* @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.
4848
*
4949
* @example

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pnpm add form-data-encoder
127127

128128
##### `constructor(form[, boundary]) -> {Encoder}`
129129

130-
- **{FormDataLike}** form - A FormData object to encode. This object must be a spec-compatible FormData implementation.
130+
- **{FormDataLike}** form - FormData object to encode. This object must be a spec-compatible FormData implementation.
131131
- **{string}** 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.
132132

133133
Creates a multipart/form-data encoder.

0 commit comments

Comments
 (0)