Skip to content

Commit 2713501

Browse files
fix mistake
1 parent 1fb010e commit 2713501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dom.iterable.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface FormData {
2222
}
2323

2424
interface Headers {
25-
[Symbol.iterator](): IterableIterator<[String, String]>;
25+
[Symbol.iterator](): IterableIterator<[string, string]>;
2626
/**
2727
* Returns an iterator allowing to go through all key/value pairs contained in this object.
2828
*/

0 commit comments

Comments
 (0)