Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan <vanillajonathan@users.noreply.github.com>2018-04-10 15:05:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-10 15:05:42 +0300
commit24ba91b1291ef1464fd0939b3686e75b21eab9ec (patch)
tree0d095ec6df0d005958e76c694b78e33255672f8a /docs
parent0871d69ec975b51472a451ed63ffa2af874606d2 (diff)
Fix incorrect class name (#26239)
Fixes #26235
Diffstat (limited to 'docs')
-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 972b900664..ab42dc90b1 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 %}