]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix incorrect class name (#26239)
authorJonathan <vanillajonathan@users.noreply.github.com>
Tue, 10 Apr 2018 12:05:42 +0000 (14:05 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 10 Apr 2018 12:05:42 +0000 (15:05 +0300)
Fixes #26235

docs/4.1/utilities/text.md

index 972b90066452c62d633479bdb9519aea1fceea4e..ab42dc90b1e7de62d9e74de5f399db42b2c84a48 100644 (file)
@@ -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 %}