diff options
| author | Chris Rebert <[email protected]> | 2015-12-23 11:35:17 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-23 11:35:17 -0700 |
| commit | 86c0520613d37beb2b7f592e72806c4b3152d26e (patch) | |
| tree | 9e1b9bf549b0f25618386b66d83b926678021a43 /docs/components | |
| parent | 9f5f53ac7b7e039a557ba9c64467203a6dc0e44a (diff) | |
| parent | bac3d68f52f538c3282c5102fc5c675501264990 (diff) | |
| download | bootstrap-86c0520613d37beb2b7f592e72806c4b3152d26e.tar.xz bootstrap-86c0520613d37beb2b7f592e72806c4b3152d26e.zip | |
Merge pull request #18648 from patrickhlauke/docs-utilities-tweak1
Docs: small tweaks to utilities
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/utilities.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 5c0f10e48..1a8ceb361 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -95,6 +95,8 @@ Transform text in components with text capitalization classes. <p class="text-capitalize">CapiTaliZed text.</p> {% 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. @@ -102,7 +104,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 |
