0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Fix doc typo and Bootstrap Icons link (#33832)

* Fix typo in migration guide

* Fix Bootstrap Icons link in alerts page
This commit is contained in:
Kyle Tsang 2021-05-05 07:44:43 -07:00 committed by GitHub
parent e2df73fa9a
commit 1a54286bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View 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">

View 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