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:
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 %}