From bfffe7eb80c0d957b5489da27418dd937a30eb86 Mon Sep 17 00:00:00 2001 From: Nicolas McCurdy Date: Sun, 5 Apr 2015 11:42:42 -0400 Subject: [PATCH] Remove an extra "the" from the primary button docs --- docs/buttons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}