diff --git a/apps/website/src/routes/docs/headless/modal/index.mdx b/apps/website/src/routes/docs/headless/modal/index.mdx index 276d78045..93eac82e2 100644 --- a/apps/website/src/routes/docs/headless/modal/index.mdx +++ b/apps/website/src/routes/docs/headless/modal/index.mdx @@ -271,10 +271,10 @@ The current solution across framework ecosystems, is to open the Modal eagerly o info: `PropsOf<'dialog'>`, }, { - name: 'onHide()$', + name: 'onClose()$', type: 'function', info: '() => void', - description: 'An event hook that gets notified whenever the modal gets hidden.', + description: 'An event hook that gets notified whenever the modal gets closed.', }, { name: 'onShow()$',