Skip to content

Commit 24ba91b

Browse files
vanillajonathanXhmikosR
authored andcommitted
Fix incorrect class name (#26239)
Fixes #26235
1 parent 0871d69 commit 24ba91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.1/utilities/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Quickly change the weight (boldness) of text or italicize text.
8787
Change a selection to our monospace font stack with `.text-monospace`.
8888

8989
{% capture example %}
90-
<p class="font-monospace">This is in monospace</p>
90+
<p class="text-monospace">This is in monospace</p>
9191
{% endcapture %}
9292
{% include example.html content=example %}

0 commit comments

Comments
 (0)