Fixes #21179: docs typos on pull/float action

This commit is contained in:
Mark Otto 2016-11-23 11:26:37 -08:00
parent 573e029feb
commit ab54151ed3
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ The following example shows how the clearfix can be used. Without the clearfix t
{% example html %} {% example html %}
<div class="bg-info clearfix"> <div class="bg-info clearfix">
<button class="btn btn-secondary float-left">Example Button pulled left</button> <button class="btn btn-secondary float-left">Example Button floated left</button>
<button class="btn btn-secondary float-right">Example Button pullred right</button> <button class="btn btn-secondary float-right">Example Button floated right</button>
</div> </div>
{% endexample %} {% endexample %}