Grammar fix (#35711)

I was going through the Bootstrap lessons and found this. Very small change, I know, but I believe it's important.
This commit is contained in:
Jonathan Lawrence 2019-03-31 02:00:37 -04:00 committed by The Coding Aviator
parent 4ead7621d6
commit f743c675c7

View File

@ -7,7 +7,7 @@ challengeType: 0
## Description
<section id='description'>
The <code>btn-primary</code> 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 <code>btn-default</code> class by <code>btn-primary</code> in your button.
Replace Bootstrap's <code>btn-default</code> class with <code>btn-primary</code> in your button.
Note that this button will still need the <code>btn</code> and <code>btn-block</code> classes.
</section>