From 7e7c653f2a2a829768e37f7ab1e2d32efe5106c4 Mon Sep 17 00:00:00 2001 From: Sean Monahan Date: Wed, 4 Dec 2024 06:35:57 -0800 Subject: [PATCH] Fix Toast docs typo (#33398) --- .../react-toast/stories/src/Toast/ToastDescription.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-toast/stories/src/Toast/ToastDescription.md b/packages/react-components/react-toast/stories/src/Toast/ToastDescription.md index 01172fab7e5be9..9cc8d40fdd7683 100644 --- a/packages/react-components/react-toast/stories/src/Toast/ToastDescription.md +++ b/packages/react-components/react-toast/stories/src/Toast/ToastDescription.md @@ -11,7 +11,7 @@ The Fluent UI Toast component uses an **imperative** API. Once a Toaster has bee `useToastController` hook to get access to imperative methods to dispatch a Toast. The Toast component itself is simply a layout component. -> ⚠️ In order for notifications that use toast to be fully accessible, developers should include make the notifications +> ⚠️ In order for notifications that use toast to be fully accessible, developers should make the notifications > available on a permanent surface too. One of the ways to do this in an application is to implement a notification > centre.