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:**