From 6ded00e02b9b0df5908228cabeca097329433762 Mon Sep 17 00:00:00 2001 From: Quiara Kirkland <30299332+Cap10Kirk@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:04:59 -0400 Subject: [PATCH] Update index.md Fixed a grammatical error in line 22. --- guide/english/css/css-buttons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/css-buttons/index.md b/guide/english/css/css-buttons/index.md index f9614d9c25c84c..2c9c1bd0889891 100644 --- a/guide/english/css/css-buttons/index.md +++ b/guide/english/css/css-buttons/index.md @@ -19,7 +19,7 @@ You can change several properties of a button in order to change its appearance. * To add shadows to the button use `box-shadow` property. -* To add transparency to a button for a disabled effect use the property `opacity`. +* To add transparency to a button for a disabled effect use the `opacity` property. * To remove the margins and create a button group add `float:left/right` property.