]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix doc typo and Bootstrap Icons link (#33832)
authorKyle Tsang <6854874+kyletsang@users.noreply.github.com>
Wed, 5 May 2021 14:44:43 +0000 (07:44 -0700)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 14:44:43 +0000 (17:44 +0300)
* Fix typo in migration guide

* Fix Bootstrap Icons link in alerts page

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

index 42853f2e0ca4ae6593954694f76c5b9edff32755..edfdcb17a75312d19d1ed0e5ff2917a1cfdae2d5 100644 (file)
@@ -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">
index 7037c1de89bc3e3d7785f2342a0fa052cae1f4f8..edfbefc4e915042de0855a485cd926a222eb6b1e 100644 (file)
@@ -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