0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01: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

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`. Change a selection to our monospace font stack with `.text-monospace`.
{% capture example %} {% capture example %}
<p class="font-monospace">This is in monospace</p> <p class="text-monospace">This is in monospace</p>
{% endcapture %} {% endcapture %}
{% include example.html content=example %} {% include example.html content=example %}