aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-18 21:29:41 +0200
committerGitHub <[email protected]>2020-11-18 21:29:41 +0200
commit5fd0c239bcaeee08ec49f264eca8c16040590849 (patch)
treebe6215358ebda5179aae8ddbb460c5fc35aef463
parent4bdaa2604f5ec7cf7dec90130577a5da9a32b01b (diff)
downloadbootstrap-5fd0c239bcaeee08ec49f264eca8c16040590849.tar.xz
bootstrap-5fd0c239bcaeee08ec49f264eca8c16040590849.zip
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 5df7faa29..082101598 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 %}