]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
alerts.md: use Markdown (#32193)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 18 Nov 2020 19:29:41 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Nov 2020 19:29:41 +0000 (21:29 +0200)
site/docs/4.5/components/alerts.md

index 5df7faa2908adff665565f85b631f209ddde134a..082101598d75bec1adda755cb32553cb8914ce15 100644 (file)
@@ -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 %}