Skip to content

Commit 3c1a473

Browse files
authored
chore: fix typo (#993)
1 parent 193dcdf commit 3c1a473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ If no `filename` is given, each file will be given a random name that doesn't
232232
include any file extension.
233233

234234
**Note:** Multer will not append any file extension for you, your function
235-
should return a filename complete with an file extension.
235+
should return a filename complete with a file extension.
236236

237237
Each function gets passed both the request (`req`) and some information about
238238
the file (`file`) to aid with the decision.

0 commit comments

Comments
 (0)