mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 18:44:01 +02: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:
@@ -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">
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user