1
1
mirror of https://github.com/primer/css.git synced 2024-12-29 17:12:27 +03:00

Some grammar weirdness

This commit is contained in:
Jon Rohan 2015-04-04 16:11:21 -04:00
parent 3a7a0379cb
commit 8f856c9655

View File

@ -30,7 +30,7 @@ You can find them in two sizes: the default `.btn` and the smaller `.btn-sm`.
## Primary
Primary buttons are green and are used to indicate the *primary* action on a page. When you need your the buttons stand out, use the `.btn.btn-primary`. You can use it with both button sizes—just add `.btn-primary`.
Primary buttons are green and are used to indicate the *primary* action on a page. When you need your buttons to stand out, use the `.btn.btn-primary`. You can use it with both button sizes—just add `.btn-primary`.
{% example html %}
<button class="btn btn-primary" type="button">Primary button</button>