Skip to content

Commit e42d6a2

Browse files
authored
Update toast.md fix typo (#7533)
1 parent 9009dea commit e42d6a2

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/components/toast

1 file changed

+1
-1
lines changed

packages/core/src/components/toast/toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is possible to show more than one toast on-screen at a time.
1212
@### Toast
1313

1414
**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
15+
the × button. Hovering the cursor over a toast prevents it from disappearing. When the cursor
1616
leaves the toast, the toast's timeout restarts. Similarly, focussing the toast DOM element (for
1717
example, by hitting the `tab` key) halts the timeout, and blurring restarts the timeout.
1818

0 commit comments

Comments
 (0)