There was an error while loading. Please reload this page.
1 parent 72069e2 commit ac7ca81Copy full SHA for ac7ca81
2 files changed
src/ReactDOM.re
@@ -1075,7 +1075,7 @@ type domProps = {
1075
[@mel.optional]
1076
onEmptied: option(React.Event.Media.t => unit),
1077
1078
- onEncrypetd: option(React.Event.Media.t => unit),
+ onEncrypted: option(React.Event.Media.t => unit),
1079
1080
onEnded: option(React.Event.Media.t => unit),
1081
src/ReactDOM.rei
@@ -1157,7 +1157,7 @@ type domProps = {
1157
1158
1159
1160
1161
1162
1163
0 commit comments