aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2015-12-23 14:26:29 +0000
committerPatrick H. Lauke <[email protected]>2015-12-23 14:26:29 +0000
commit9cf2e50b1ec7eb824e994f0bf45f581ef4970c18 (patch)
treebf7751fa86c7e0c86eab5c9057a780821ca770fd
parent9f5f53ac7b7e039a557ba9c64467203a6dc0e44a (diff)
downloadbootstrap-9cf2e50b1ec7eb824e994f0bf45f581ef4970c18.tar.xz
bootstrap-9cf2e50b1ec7eb824e994f0bf45f581ef4970c18.zip
Change italicized to italic
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
-rw-r--r--docs/components/utilities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md
index 5c0f10e48..ff778b42b 100644
--- a/docs/components/utilities.md
+++ b/docs/components/utilities.md
@@ -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