Skip to content

Commit

Permalink
Fix doc typo and Bootstrap Icons link (#33832)
Browse files Browse the repository at this point in the history
* Fix typo in migration guide

* Fix Bootstrap Icons link in alerts page
  • Loading branch information
kyletsang committed May 5, 2021
1 parent e2df73f commit 1a54286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/components/alerts.md
Expand Up @@ -51,7 +51,7 @@ Alerts can also contain additional HTML elements like headings, paragraphs and d

### Icons

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.
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.

{{< example >}}
<div class="alert alert-primary d-flex align-items-center" role="alert">
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.0/migration.md
Expand Up @@ -18,7 +18,7 @@ toc: true

### Forms

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

### JavaScript

Expand Down

0 comments on commit 1a54286

Please sign in to comment.