From 5eba5ab5a87b2305054d75beed675e09cc54445b Mon Sep 17 00:00:00 2001 From: David Sancho Date: Mon, 11 May 2026 13:58:36 +0200 Subject: [PATCH] Fix onEncrypetd -> ?onEncrypted --- src/ReactDOM.re | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReactDOM.re b/src/ReactDOM.re index b20b5bc3a..249e5f839 100644 --- a/src/ReactDOM.re +++ b/src/ReactDOM.re @@ -1075,7 +1075,7 @@ type domProps = { [@mel.optional] onEmptied: option(React.Event.Media.t => unit), [@mel.optional] - onEncrypetd: option(React.Event.Media.t => unit), + onEncrypted: option(React.Event.Media.t => unit), [@mel.optional] onEnded: option(React.Event.Media.t => unit), [@mel.optional]