diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md
index 00727753245a33118b0a15143438a695dcb174a3..6c5506a5ca512ec895ba4432c87890705a7753f6 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 %}