Skip to content

Commit f02f461

Browse files
committed
Fix a typo
1 parent 4e72f0b commit f02f461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Encoder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class FormDataEncoder {
102102
"Content-Length": this.contentLength
103103
})
104104

105-
// Make sure following properties read/only in runtime.
105+
// Make sure following properties read-only in runtime.
106106
Object.defineProperties(this, {
107107
boundary: {writable: false, configurable: false},
108108
contentType: {writable: false, configurable: false},

0 commit comments

Comments
 (0)