]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Change italicized to italic
authorPatrick H. Lauke <redux@splintered.co.uk>
Wed, 23 Dec 2015 14:26:29 +0000 (14:26 +0000)
committerPatrick H. Lauke <redux@splintered.co.uk>
Wed, 23 Dec 2015 14:26:29 +0000 (14:26 +0000)
...otherwise, by the same logic, it should be "Bolded text" above. just
looks clunky...

docs/components/utilities.md

index 5c0f10e489da28812cc775d0da2706e385907a18..ff778b42b4520ce9f42e754956f4df0b9c1e4538 100644 (file)
@@ -102,7 +102,7 @@ Quickly change the weight (boldness) of text or italicize text.
 {% example html %}
 <p class="font-weight-bold">Bold text.</p>
 <p class="font-weight-normal">Normal weight text.</p>
-<p class="font-italic">Italicized text.</p>
+<p class="font-italic">Italic text.</p>
 {% endexample %}
 
 ## Contextual colors and backgrounds