Skip to content

Commit

Permalink
Remove an extra "the" from the primary button docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Apr 5, 2015
1 parent 9ddc435 commit bfffe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 buttons to 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 `.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>
Expand Down

0 comments on commit bfffe7e

Please sign in to comment.