Skip to content

Commit

Permalink
Fix indentation in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
septatrix authored and mdo committed Jul 18, 2022
1 parent 150b374 commit 9d5c834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.2/components/toasts.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ Customize your toasts by removing sub-components, tweaking them with [utilities]
<div class="toast align-items-center" role="alert" aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body">
Hello, world! This is a toast message.
</div>
Hello, world! This is a toast message.
</div>
<button type="button" class="btn-close me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
</div>
Expand Down

0 comments on commit 9d5c834

Please sign in to comment.