Commit 24ba91b1 authored by Jonathan's avatar Jonathan Committed by XhmikosR
Browse files

Fix incorrect class name (#26239)

Fixes #26235
parent 0871d69e
2 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes
Showing with 1 addition and 1 deletion
+1 -1
...@@ -87,6 +87,6 @@ Quickly change the weight (boldness) of text or italicize text. ...@@ -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 %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment