We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009dea commit e42d6a2Copy full SHA for e42d6a2
packages/core/src/components/toast/toast.md
@@ -12,7 +12,7 @@ It is possible to show more than one toast on-screen at a time.
12
@### Toast
13
14
**Toasts** have a built-in timeout of five seconds. Users can also dismiss them manually by clicking
15
-the × button. overing the cursor over a toast prevents it from disappearing. When the cursor
+the × button. Hovering the cursor over a toast prevents it from disappearing. When the cursor
16
leaves the toast, the toast's timeout restarts. Similarly, focussing the toast DOM element (for
17
example, by hitting the `tab` key) halts the timeout, and blurring restarts the timeout.
18
0 commit comments