Skip to content

Commit 21c9ba8

Browse files
authored
Merge pull request #15 from TaoZiNiGePiChi/master
docs: fix typo in formdata.md
2 parents 7f3afb8 + 0d4855b commit 21c9ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/formdata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ FormData.has(name)
194194

195195
### keys()
196196

197-
`key()`返回一个键名的迭代器,用于遍历所有键名。
197+
`keys()`返回一个键名的迭代器,用于遍历所有键名。
198198

199199
```javascript
200200
FormData.keys()

0 commit comments

Comments
 (0)