diff --git a/site/content/docs/4.6/components/toasts.md b/site/content/docs/4.6/components/toasts.md index 73e8bc41d776..1ea1fa934499 100644 --- a/site/content/docs/4.6/components/toasts.md +++ b/site/content/docs/4.6/components/toasts.md @@ -91,7 +91,7 @@ Click the button the below to show as toast (positioning with our utilities in t ### Translucent -Toasts are slightly translucent, too, so they blend over whatever they might appear over. For browsers that support the `backdrop-filter` CSS property, we'll also attempt to blur the elements under a toast. +Toasts are slightly translucent, too, so they blend over whatever they might appear over. {{< example class="bg-dark" >}}