Skip to content

Commit 7662e2b

Browse files
committed
Fix a typo in one of the FormDataEncoder's test description.
1 parent f77a7c4 commit 7662e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormDataEncoder.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ test(
380380
)
381381

382382
test(
383-
"Does not imclude Content-Length header with enableAdditionalHeaders "
383+
"Does not include Content-Length header with enableAdditionalHeaders "
384384
+ "option if entry does not have known length",
385385

386386
async t => {

0 commit comments

Comments
 (0)