From f776235ddfe800a5ee924287362bbaf779c2977a Mon Sep 17 00:00:00 2001 From: Ishita Bansal <42008217+dramish@users.noreply.github.com> Date: Sat, 3 Nov 2018 10:25:21 +0530 Subject: [PATCH] Corrected grammar (#24559) --- guide/english/css/background-opacity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/background-opacity/index.md b/guide/english/css/background-opacity/index.md index 924b427e7a..e0e31a9bdd 100644 --- a/guide/english/css/background-opacity/index.md +++ b/guide/english/css/background-opacity/index.md @@ -5,7 +5,7 @@ title: Background Opacity The opacity property specifies the opacity/transparency of an element, that is, the degree to which the content behind the element is visible. -The opacity property can take a value from 0.0 - 1.0. The lower the value, the more transparent: +The opacity property can take a value from 0.0 - 1.0. The lower the value, the more the transparency: Find more details here