]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Correct grammar 19312/head
authorPaul Rose <prose100@hotmail.com>
Thu, 25 Feb 2016 05:04:38 +0000 (23:04 -0600)
committerPaul Rose <prose100@hotmail.com>
Thu, 25 Feb 2016 05:04:38 +0000 (23:04 -0600)
docs/components/alerts.md

index 274061a5eec1019b35ed9832633cb1c0f0f6d3dc..56e8b089c64ce20f93b178ce946c7da7a3985935 100644 (file)
@@ -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 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 %}