From: Jonathan Date: Tue, 10 Apr 2018 12:05:42 +0000 (+0200) Subject: Fix incorrect class name (#26239) X-Git-Tag: v4.1.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ba91b1291ef1464fd0939b3686e75b21eab9ec;p=thirdparty%2Fbootstrap.git Fix incorrect class name (#26239) Fixes #26235 --- 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 %} -

This is in monospace

+

This is in monospace

{% endcapture %} {% include example.html content=example %}