From 44ca62198982f61756e2d625b43e05399e2bdd53 Mon Sep 17 00:00:00 2001 From: Bro3Simon <38329927+Bro3Simon@users.noreply.github.com> Date: Wed, 19 Dec 2018 02:21:28 -0500 Subject: [PATCH] added "of that" (#24698) changed sentence "you need to create a ```
``` container with the class ```.card``` and inside another ```
``` container" to "you need to create a ```
``` container with the class ```.card``` and inside of that another ```
``` container" --- guide/english/bootstrap/cards/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/bootstrap/cards/index.md b/guide/english/bootstrap/cards/index.md index a09dfc5056..eb30876dc7 100644 --- a/guide/english/bootstrap/cards/index.md +++ b/guide/english/bootstrap/cards/index.md @@ -8,7 +8,8 @@ title: Cards * Cards are bordered boxes with a bit of padding around the content inside them, which can be used to conveniently display a specific set of information. -** To create a basic Bootstrap 4 card, you need to create a `
` container with the class `.card` and inside another `
` container with the class of `.card-body` ** +** To create a basic Bootstrap 4 card, you need to create a `
` container with the class `.card` and inside it another `
` container with the class of `.card-body` ** + ###### Code example: