diff --git a/packages/docs/pages/components/toast/best-practices.mdx b/packages/docs/pages/components/toast/best-practices.mdx index 0070386f1b..e16a8ea2e4 100644 --- a/packages/docs/pages/components/toast/best-practices.mdx +++ b/packages/docs/pages/components/toast/best-practices.mdx @@ -48,4 +48,4 @@ Toasts are always dismissible. For non-dismissible notifications, read the Alert ### Timing - **Trigger:** Toasts appear immediately after an action is triggered (user pressesĀ *Save*) or the loading feedback is over (Button stops spinning). -- **Duration:** Most Toasts should last between 5 and 10 seconds, following an average of 3.5 milliseconds per character. Use a permanent toast only when they require attention, such as critical Toasts, warning Toasts, and any Toast that is not the immediate result of an user action. \ No newline at end of file +- **Duration:** Most Toasts should last between 5 and 10 seconds, following an average of 175 milliseconds per character. Use a permanent toast only when they require attention, such as critical Toasts, warning Toasts, and any Toast that is not the immediate result of an user action.