diff --git a/documentation/html/dialog.mdx b/documentation/html/dialog.mdx
index 50ec8872e..8e8336d40 100644
--- a/documentation/html/dialog.mdx
+++ b/documentation/html/dialog.mdx
@@ -668,9 +668,9 @@ The following data attributes are available for dialog element.
| Attribute | Description | Default |
| ------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| `data-dialog` | Set the name of the dialog and reference it to the
dialog trigger and backdrop elements. | |
-| `data-popover-mount` | Set the classnaes that should be used when the
dialog is visible. | opacity-1
translate-y-0
|
-| `data-popover-unmount` | Set the classnaes that should be used when the
dialog is hidden. | opacity-0
-translate-y-14
pointer-events-none
|
-| `data-popover-transition` | Set the classnaes that should be used for
transition of the dialog. | transition-all
duration-300
|
+| `data-popover-mount` | Set the classNames that should be used when the
dialog is visible. | opacity-1
translate-y-0
|
+| `data-popover-unmount` | Set the classNames that should be used when the
dialog is hidden. | opacity-0
-translate-y-14
pointer-events-none
|
+| `data-popover-transition` | Set the classNames that should be used for
transition of the dialog. | transition-all
duration-300
|
---