Added "the" to line 17 and comma to line 33 (#30754)

This commit is contained in:
a-Daley
2019-02-22 13:34:10 -05:00
committed by Randell Dawson
parent 4398114837
commit 635000c646

View File

@@ -14,7 +14,7 @@ body {
}
```
By default, background-position property is set to `0% 0%`.
By default, the background-position property is set to `0% 0%`.
**Property values:**
@@ -30,7 +30,7 @@ Other permitted property values are `initial` and `inherit`.
`inherit`: Inherits the value from parent element.
**Note:** When only one value is given to background-property then the other is, by default, set to `center`.
**Note:** When only one value is given to background-property, then the other is, by default, set to `center`.
**Other Resources:**