diff --git a/curriculum/challenges/english/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.english.md b/curriculum/challenges/english/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.english.md index 82a86b6565..37c436eb79 100644 --- a/curriculum/challenges/english/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.english.md +++ b/curriculum/challenges/english/03-front-end-libraries/bootstrap/taste-the-bootstrap-button-color-rainbow.english.md @@ -7,7 +7,7 @@ challengeType: 0 ## Description
The btn-primary class is the main color you'll use in your app. It is useful for highlighting actions you want your user to take. -Replace Bootstrap's btn-default class by btn-primary in your button. +Replace Bootstrap's btn-default class with btn-primary in your button. Note that this button will still need the btn and btn-block classes.