diff --git a/apps/mantine.dev/src/pages/x/modals.mdx b/apps/mantine.dev/src/pages/x/modals.mdx index 6b402fc0ae..be7498012f 100644 --- a/apps/mantine.dev/src/pages/x/modals.mdx +++ b/apps/mantine.dev/src/pages/x/modals.mdx @@ -65,8 +65,8 @@ function Demo() { ``` ## TextInput modal -@mantine/modals package also includes special modal that can be used for confirming user text input. -This component is an extension built of the confirm modal, supporting the same properties as well as a few additional +@mantine/modals package also includes special modal that can be used to capture user text input. +This component is an extension of the confirm modal, supporting the same properties as well as a few additional properties: - `onConfirm` - same as confirm modal, but also includes the user's input from the text field as an argument