From ce46946b92f23d39fb8d68c7c1a20992643a908a Mon Sep 17 00:00:00 2001 From: oxlay Date: Tue, 5 Sep 2017 00:38:00 +0200 Subject: [PATCH] Improve clarity of documentation for .card-body (#23691) --- docs/4.0/components/card.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.0/components/card.md b/docs/4.0/components/card.md index d0d633d052..a833d931f4 100644 --- a/docs/4.0/components/card.md +++ b/docs/4.0/components/card.md @@ -33,14 +33,14 @@ Below is an example of a basic card with mixed content and a fixed width. Cards Cards support a wide variety of content, including images, text, list groups, links, and more. Below are examples of what's supported. -### Blocks +### Body The building block of a card is the `.card-body`. Use it whenever you need a padded section within a card. {% example html %}
- This is some text within a card block. + This is some text within a card body.
{% endexample %}