diff --git a/docs/4.1/utilities/text.md b/docs/4.1/utilities/text.md index 972b90066452c62d633479bdb9519aea1fceea4e..ab42dc90b1e7de62d9e74de5f399db42b2c84a48 100644 --- a/docs/4.1/utilities/text.md +++ b/docs/4.1/utilities/text.md @@ -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 %}