Skip to content

Commit

Permalink
Fix Toast docs typo (#33398)
Browse files Browse the repository at this point in the history
  • Loading branch information
spmonahan authored Dec 4, 2024
1 parent 9e47c8c commit 7e7c653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e7c653

Please sign in to comment.