aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 %}