Skip to content

Commit 1a54286

Browse files
authored
Fix doc typo and Bootstrap Icons link (#33832)
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
1 parent e2df73f commit 1a54286

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/docs/5.0/components/alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d
5151

5252
### Icons
5353

54-
Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{ .Site.Params.icons }}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles.
54+
Similarly, you can use [flexbox utilities]({{< docsref "/utilities/flex" >}}) and [Bootstrap Icons]({{< param icons >}}) to create alerts with icons. Depending on your icons and content, you may want to add more utilities or custom styles.
5555

5656
{{< example >}}
5757
<div class="alert alert-primary d-flex align-items-center" role="alert">

site/content/docs/5.0/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc: true
1818

1919
### Forms
2020

21-
- Validation icons are no longer applied to `<select>`s with `muliptle`.
21+
- Validation icons are no longer applied to `<select>`s with `multiple`.
2222

2323
### JavaScript
2424

0 commit comments

Comments
 (0)