[FIX] Typo …

This commit is contained in:
Peter Pfeufer 2023-10-24 11:31:15 +02:00
parent f0a402e141
commit b2dec3bff2
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -18,25 +18,25 @@ Bootstrap alert levels "Success", "Info", "Warning" and "Danger".
```html ```html
<div class="aa-callout aa-callout-success"> <div class="aa-callout aa-callout-success">
<p> <p>
This iy a success callout-box. This is a success callout-box.
</p> </p>
</div> </div>
<div class="aa-callout aa-callout-info"> <div class="aa-callout aa-callout-info">
<p> <p>
This iy a info callout-box. This is a info callout-box.
</p> </p>
</div> </div>
<div class="aa-callout aa-callout-warning"> <div class="aa-callout aa-callout-warning">
<p> <p>
This iy a warning callout-box. This is a warning callout-box.
</p> </p>
</div> </div>
<div class="aa-callout aa-callout-danger"> <div class="aa-callout aa-callout-danger">
<p> <p>
This iy a danger callout-box. This is a danger callout-box.
</p> </p>
</div> </div>
``` ```