From 0b812c91e312a38db0e38ffd1b638f213fdaeb43 Mon Sep 17 00:00:00 2001 From: Jason Liao Date: Thu, 21 Jan 2021 05:06:51 +0000 Subject: [PATCH] update task description (#40586) --- .../bootstrap/add-elements-within-your-bootstrap-wells.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.md index f1e2145684..2326bddd3c 100644 --- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.md +++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/add-elements-within-your-bootstrap-wells.md @@ -10,7 +10,7 @@ dashedName: add-elements-within-your-bootstrap-wells Now we're several `div` elements deep on each column of our row. This is as deep as we'll need to go. Now we can add our `button` elements. -Nest three `button` elements within each of your `well` `div` elements. +Nest three `button` elements within each of your `div` elements having the class name `well`. # --hints--