aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-23 11:26:37 -0800
committerMark Otto <[email protected]>2016-11-23 11:26:37 -0800
commitab54151ed3faa9b27c6a9227a9bcb667719e1c5c (patch)
tree668da8b9c23c7c596946b1a0ba4fd93815893367 /docs
parent573e029feb7837d479c9553d9fb26b2a015cf140 (diff)
downloadbootstrap-ab54151ed3faa9b27c6a9227a9bcb667719e1c5c.tar.xz
bootstrap-ab54151ed3faa9b27c6a9227a9bcb667719e1c5c.zip
Fixes #21179: docs typos on pull/float action
Diffstat (limited to 'docs')
-rw-r--r--docs/utilities/clearfix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utilities/clearfix.md b/docs/utilities/clearfix.md
index d1327566c..a023a79aa 100644
--- a/docs/utilities/clearfix.md
+++ b/docs/utilities/clearfix.md
@@ -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 %}