From f743c675c7a18a943611a47b53247f3ca69bcc4d Mon Sep 17 00:00:00 2001 From: Jonathan Lawrence Date: Sun, 31 Mar 2019 02:00:37 -0400 Subject: [PATCH] Grammar fix (#35711) I was going through the Bootstrap lessons and found this. Very small change, I know, but I believe it's important. --- .../taste-the-bootstrap-button-color-rainbow.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.