From: Chris Rebert Date: Fri, 24 Apr 2015 00:17:48 +0000 (-0700) Subject: card.md: fix typo X-Git-Tag: v4.0.0-alpha~249^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff85ad1472437a04c29ad7092a423f0c284f74ae;p=thirdparty%2Fbootstrap.git card.md: fix typo --- diff --git a/docs/components/card.md b/docs/components/card.md index 715c5eb3e5..2dfc68c840 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -21,7 +21,7 @@ Cards require very little markup, but do require some additional classes to give ### Sizing -Cards are block-leve by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins. +Cards are block-level by default, so they'll fill the available horizontal space. Constrain their widths via custom styles, our predefined grid classes, or our grid mixins. {% example html %}