diff --git a/docs/content/5.overlays/6.notification.md b/docs/content/5.overlays/6.notification.md index 224ef67d..dea26af1 100644 --- a/docs/content/5.overlays/6.notification.md +++ b/docs/content/5.overlays/6.notification.md @@ -189,7 +189,7 @@ function onCallback () { Use the `close-button` prop to hide or customize the close button on the Notification. -You can pass all the props of the [Button](/elements/button) component to customize it through the `close-button` prop or globally through `ui.notifications.default.closeButton`. +You can pass all the props of the [Button](/elements/button) component to customize it through the `close-button` prop or globally through `ui.notification.default.closeButton`. ::component-card --- @@ -230,7 +230,7 @@ const toast = useToast() ``` :: -Like for `closeButton`, you can pass all the props of the [Button](/elements/button) component inside the action or globally through `ui.notifications.default.actionButton`. +Like for `closeButton`, you can pass all the props of the [Button](/elements/button) component inside the action or globally through `ui.notification.default.actionButton`. ::component-card ---