mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #19312 from prose100/docs
docs/components/alerts.md: Correct grammar [ci skip]
This commit is contained in:
commit
b25f37b783
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Alerts can also contain additional HTML elements like headings and paragraphs.
|
|||
<div class="alert alert-success" role="alert">
|
||||
<h4 class="alert-heading">Well done!</h4>
|
||||
<p>Aww yeah, you successfully read this important alert message. This example text is going to run a bit longer so that you can see how spacing within an alert works with this kind of content.</p>
|
||||
<p class="m-b-0">Whenever you need to, be sure to use a margin utilities to keep things nice and tidy.</p>
|
||||
<p class="m-b-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
|
||||
</div>
|
||||
{% endexample %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue