aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/helpers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/helpers.md b/docs/components/helpers.md
index 8976e0556..08e66b797 100644
--- a/docs/components/helpers.md
+++ b/docs/components/helpers.md
@@ -63,8 +63,8 @@ Use a generic close icon for dismissing content like modals and alerts. **Be sur
Float an element to the left or right with a class. `!important` is included to avoid specificity issues. Classes can also be used as mixins.
{% example html %}
-<div class="pull-left">...</div>
-<div class="pull-right">...</div>
+<div class="pull-left">Float left</div>
+<div class="pull-right">Float right</div>
{% endexample %}
{% highlight scss %}