aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Tsang <[email protected]>2021-05-05 07:44:43 -0700
committerGitHub <[email protected]>2021-05-05 17:44:43 +0300
commit1a54286befabfb8c18de420df4d7074ab7eb77b3 (patch)
tree01d8a799abee55c922655e1a17cd59a34687814d
parente2df73fa9a2062ed5489a1bd80b9d0ddbf211a53 (diff)
downloadbootstrap-1a54286befabfb8c18de420df4d7074ab7eb77b3.tar.xz
bootstrap-1a54286befabfb8c18de420df4d7074ab7eb77b3.zip
Fix doc typo and Bootstrap Icons link (#33832)
* Fix typo in migration guide * Fix Bootstrap Icons link in alerts page
-rw-r--r--site/content/docs/5.0/components/alerts.md2
-rw-r--r--site/content/docs/5.0/migration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md
index 42853f2e0..edfdcb17a 100644
--- a/site/content/docs/5.0/components/alerts.md
+++ b/site/content/docs/5.0/components/alerts.md
@@ -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">
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 7037c1de8..edfbefc4e 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -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