From cb38744cf79b347ec2a32e0dcfe5c42402dc15ea Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Tue, 4 May 2021 13:37:45 +0100 Subject: [PATCH] Tweak toast docs (#33810) * Tweak toast docs - a few rewordings/tweaks - add info about toasts with focusable/actionable controls (shouldn't autohide them) * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto * Update site/content/docs/5.0/components/toasts.md Co-authored-by: Mark Otto Co-authored-by: Mark Otto --- site/content/docs/5.0/components/toasts.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 57bcd319bb2e..29254b267b9e 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -43,7 +43,7 @@ Toasts are as flexible as you need and have very little required markup. At a mi ### Live -Click the button the below to show as toast (positioning with our utilities in the lower right corner) that has been hidden by default with `.hide`. +Click the button below to show a toast (positioned with our utilities in the lower right corner) that has been hidden by default with `.hide`.