2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fix incorrect class name (#26239)

Fixes #26235
This commit is contained in:
Jonathan
2018-04-10 14:05:42 +02:00
committed by XhmikosR
parent 0871d69ec9
commit 24ba91b129
+1 -1
View 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 %}