Skip to content

Commit b25f37b

Browse files
committed
Merge pull request #19312 from prose100/docs
docs/components/alerts.md: Correct grammar [ci skip]
2 parents 1c46385 + 723f82e commit b25f37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Alerts can also contain additional HTML elements like headings and paragraphs.
6060
<div class="alert alert-success" role="alert">
6161
<h4 class="alert-heading">Well done!</h4>
6262
<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>
63-
<p class="m-b-0">Whenever you need to, be sure to use a margin utilities to keep things nice and tidy.</p>
63+
<p class="m-b-0">Whenever you need to, be sure to use margin utilities to keep things nice and tidy.</p>
6464
</div>
6565
{% endexample %}
6666

0 commit comments

Comments
 (0)