aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/docs/4.1/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md
index 007277532..6c5506a5c 100644
--- a/site/docs/4.1/utilities/text.md
+++ b/site/docs/4.1/utilities/text.md
@@ -34,7 +34,7 @@ For left, right, and center alignment, responsive classes are available that use
Wrap text with a `.text-wrap` class.
{% capture example %}
-<div class="text-wrap bd-highlight" style="width: 6rem;">
+<div class="badge badge-primary text-wrap" style="width: 6rem;">
This text should wrap.
</div>
{% endcapture %}