From 9cf2e50b1ec7eb824e994f0bf45f581ef4970c18 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 23 Dec 2015 14:26:29 +0000 Subject: [PATCH 1/2] Change italicized to italic ...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky... --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 5c0f10e489..ff778b42b4 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 %}

Bold text.

Normal weight text.

-

Italicized text.

+

Italic text.

{% endexample %} ## Contextual colors and backgrounds From bac3d68f52f538c3282c5102fc5c675501264990 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 23 Dec 2015 14:29:12 +0000 Subject: [PATCH 2/2] Clarify what text-capitalize actually does as on first skimming over these, it may not be completely obvious --- docs/components/utilities.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/utilities.md b/docs/components/utilities.md index ff778b42b4..1a8ceb361c 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -95,6 +95,8 @@ Transform text in components with text capitalization classes.

CapiTaliZed text.

{% endexample %} +Note how `text-capitalize` only changes the first letter of each word, leaving the case of any other letters unaffected. + ## Font weight and italics Quickly change the weight (boldness) of text or italicize text.