From 24ba91b1291ef1464fd0939b3686e75b21eab9ec Mon Sep 17 00:00:00 2001
From: Jonathan <vanillajonathan@users.noreply.github.com>
Date: Tue, 10 Apr 2018 14:05:42 +0200
Subject: [PATCH] Fix incorrect class name (#26239)

Fixes #26235
---
 docs/4.1/utilities/text.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/4.1/utilities/text.md b/docs/4.1/utilities/text.md
index 972b900664..ab42dc90b1 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 %}
-- 
GitLab