]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #21179: docs typos on pull/float action
authorMark Otto <markdotto@gmail.com>
Wed, 23 Nov 2016 19:26:37 +0000 (11:26 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 23 Nov 2016 19:26:37 +0000 (11:26 -0800)
docs/utilities/clearfix.md

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