diff --git a/docs/buttons.md b/docs/buttons.md index 489bc8ff4b..493bd11009 100644 --- a/docs/buttons.md +++ b/docs/buttons.md @@ -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 %}