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--