aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan <[email protected]>2018-04-10 14:05:42 +0200
committerXhmikosR <[email protected]>2018-04-10 15:05:42 +0300
commit24ba91b1291ef1464fd0939b3686e75b21eab9ec (patch)
tree0d095ec6df0d005958e76c694b78e33255672f8a
parent0871d69ec975b51472a451ed63ffa2af874606d2 (diff)
downloadbootstrap-24ba91b1291ef1464fd0939b3686e75b21eab9ec.tar.xz
bootstrap-24ba91b1291ef1464fd0939b3686e75b21eab9ec.zip
Fix incorrect class name (#26239)
Fixes #26235
-rw-r--r--docs/4.1/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/utilities/text.md b/docs/4.1/utilities/text.md
index 972b90066..ab42dc90b 100644
--- a/docs/4.1/utilities/text.md
+++ b/docs/4.1/utilities/text.md
@@ -87,6 +87,6 @@ Quickly change the weight (boldness) of text or italicize text.
Change a selection to our monospace font stack with `.text-monospace`.
{% capture example %}
-<p class="font-monospace">This is in monospace</p>
+<p class="text-monospace">This is in monospace</p>
{% endcapture %}
{% include example.html content=example %}