Skip to content

Commit e2eafec

Browse files
a2sheppychrisdavidmills
authored andcommitted
Fix typo in fullscreen API (#3359)
onerror->onfullscreenerror
1 parent fba98c6 commit e2eafec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Element.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@
28882888
}
28892889
}
28902890
},
2891-
"onerror": {
2891+
"onfullscreenerror": {
28922892
"__compat": {
28932893
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/onfullscreenerror",
28942894
"support": {

0 commit comments

Comments
 (0)