From babf5af9d15d3573c8dfcd6b298111e2418b3bf6 Mon Sep 17 00:00:00 2001 From: Nick Trahan <43890781+Nick-Trahan@users.noreply.github.com> Date: Wed, 14 Nov 2018 09:47:33 -0600 Subject: [PATCH] Correct typos (#24695) --- guide/english/css/box-shadow/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/css/box-shadow/index.md b/guide/english/css/box-shadow/index.md index 752d0ffefc..7f4654466d 100644 --- a/guide/english/css/box-shadow/index.md +++ b/guide/english/css/box-shadow/index.md @@ -4,7 +4,7 @@ title: Box Shadow ## Box Shadow -The `box-shadow` property attaches one or more shadows around the frame of an element (can be inside). It's an option that give you the power to easily design wonderful shadow effects. Box shadows are a great way to elevate the visuals of your web page. +The `box-shadow` property attaches one or more shadows around the frame of an element (can be inside). It's an option that gives you the power to easily design wonderful shadow effects. Box shadows are a great way to elevate the visuals of your web page. A box shadow can be described with several properties including: * X and Y offset from the element @@ -36,7 +36,7 @@ This value is used to set the color of the shadow, usually defined with hex `#00 #### Extended -To maximize compatibility, it is recommended that you declare box shadow property for `moz-appearance` and `webkit`, this extends the normal syntax to: +To maximize compatibility, it is recommended that you declare box shadow properties for `moz-appearance` and `webkit`, this extends the normal syntax to: ```css div{