Skip to content

Commit 2bfe581

Browse files
committed
Remove stray parameter from capture.
1 parent bbf8b76 commit 2bfe581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.2/components/toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For systems that generate more notifications, consider using a wrapping element
174174
You can also get fancy with flexbox utilities to align toasts horizontally and/or vertically.
175175

176176
<div class="bg-dark">
177-
{% capture example html %}
177+
{% capture example %}
178178
<!-- Flexbox container for aligning the toasts -->
179179
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="min-height: 200px;">
180180

0 commit comments

Comments
 (0)