Skip to content

Commit bfd3920

Browse files
authored
docs: fix typo in multipart.ts JSDocs (#466)
1 parent e8eb98e commit bfd3920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multipart.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ export interface FormDataReadOptions {
113113
* When set to a positive integer, if the form data file is smaller, it will
114114
* be retained in memory and available in the `.content` property of the
115115
* `FormDataFile` object. If the file exceeds the `maxSize` it will be
116-
* written to disk and the `filename` file will contain the full path to the
117-
* output file. */
116+
* written to disk and the `.filename` property will contain the full path to
117+
* the output file. */
118118
maxSize?: number;
119119

120120
/** When writing form data files to disk, the output path. This will default

0 commit comments

Comments
 (0)