* Fix typo in migration guide
* Fix Bootstrap Icons link in alerts page
### 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">
### Forms
-- Validation icons are no longer applied to `<select>`s with `muliptle`.
+- Validation icons are no longer applied to `<select>`s with `multiple`.
### JavaScript