Correct typos (#24695)

pull/34330/head
Nick Trahan 2018-11-14 09:47:33 -06:00 committed by Aditya
parent 31f7b87854
commit babf5af9d1
1 changed files with 2 additions and 2 deletions

View File

@ -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{