Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-11-18 22:29:41 +0300
committerGitHub <noreply@github.com>2020-11-18 22:29:41 +0300
commit5fd0c239bcaeee08ec49f264eca8c16040590849 (patch)
treebe6215358ebda5179aae8ddbb460c5fc35aef463
parent4bdaa2604f5ec7cf7dec90130577a5da9a32b01b (diff)
alerts.md: use Markdown (#32193)
-rw-r--r--site/docs/4.5/components/alerts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.5/components/alerts.md b/site/docs/4.5/components/alerts.md
index 5df7faa290..082101598d 100644
--- a/site/docs/4.5/components/alerts.md
+++ b/site/docs/4.5/components/alerts.md
@@ -108,7 +108,7 @@ Bootstrap's alert plugin exposes a few events for hooking into alert functionali
| Event | Description |
| --- | --- |
-| `close.bs.alert` | This event fires immediately when the <code>close</code> instance method is called. |
+| `close.bs.alert` | This event fires immediately when the `close` instance method is called. |
| `closed.bs.alert` | This event is fired when the alert has been closed (will wait for CSS transitions to complete). |
{% highlight js %}