From 55b3a86dabc68428716632c8aa0b835beb3369fa Mon Sep 17 00:00:00 2001 From: Vedrana_R Date: Thu, 27 Dec 2018 18:44:59 +0100 Subject: [PATCH] Modified the intro sentence (#32145) --- guide/english/bootstrap/buttons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md index 68f5f68fd0..2f11ea8958 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -6,7 +6,7 @@ title: Buttons The Bootstrap framework provides you with various styling options for buttons. These styles help you provide a visual representation to the user of what the button may do. #### How To Use: -To use bootstrap buttons you follow the same steps that you would to create a button in HTML except you also apply the applicable CSS class to the button. A code example has been provided below. +To use bootstrap buttons you need to follow the same steps that you would to create a button in HTML, except that you also apply the applicable CSS class to the button. A code example has been provided below. **Code Example:**