diff options
| author | Floris Verburg <[email protected]> | 2016-03-11 14:21:15 +0100 |
|---|---|---|
| committer | Floris Verburg <[email protected]> | 2016-03-11 14:21:15 +0100 |
| commit | 68975f504f02994ef29f78cc4de4b792c3f3482d (patch) | |
| tree | eda53c1dada3ca7175dc636d4217cb5fd4cdd973 /docs | |
| parent | 28f5c60419db57995c13bf9904bdd4fb535c0ec0 (diff) | |
| download | bootstrap-68975f504f02994ef29f78cc4de4b792c3f3482d.tar.xz bootstrap-68975f504f02994ef29f78cc4de4b792c3f3482d.zip | |
Fixed typos
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/card.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 47dfe950b..14db8f962 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -85,9 +85,9 @@ Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, l </div> {% endexample %} -Subtitles are used by adding a `.card-subtitle` to a `<h*>` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-block` item, the card title and subtitle are aligned nicely. +Subtitles are used by adding a `.card-subtitle` to an `<h*>` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-block` item, the card title and subtitle are aligned nicely. -The multiple content types can easily be combined to create the card you need. See below for an example. +The multiple content types can be easily combined to create the card you need. See below for an example. {% example html %} <div class="card"> |
