From: Floris Verburg Date: Fri, 11 Mar 2016 13:21:15 +0000 (+0100) Subject: Fixed typos X-Git-Tag: v4.0.0-alpha.3~101^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68975f504f02994ef29f78cc4de4b792c3f3482d;p=thirdparty%2Fbootstrap.git Fixed typos --- diff --git a/docs/components/card.md b/docs/components/card.md index 47dfe950ba..14db8f962b 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 `` tag. In the same way, l {% endexample %} -Subtitles are used by adding a `.card-subtitle` to a `` 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 `` 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 %}