diff options
| author | Chris Rebert <[email protected]> | 2015-04-23 17:17:48 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-23 17:17:48 -0700 |
| commit | ff85ad1472437a04c29ad7092a423f0c284f74ae (patch) | |
| tree | ec69db421adec5f36c005137dd013ea4342736fc | |
| parent | bce2fa4f2d46684cd01f53f0ec876af196969d73 (diff) | |
| download | bootstrap-ff85ad1472437a04c29ad7092a423f0c284f74ae.tar.xz bootstrap-ff85ad1472437a04c29ad7092a423f0c284f74ae.zip | |
card.md: fix typo
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index 715c5eb3e..2dfc68c84 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 %} <div class="card" style="width: 20rem;"> |
