From 635000c6465052efff395b3858366c2288a44019 Mon Sep 17 00:00:00 2001 From: a-Daley Date: Fri, 22 Feb 2019 13:34:10 -0500 Subject: [PATCH] Added "the" to line 17 and comma to line 33 (#30754) --- .../css/properties/background-position-property/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/css/properties/background-position-property/index.md b/guide/english/css/properties/background-position-property/index.md index 6ff8217ca3..0dceac4832 100644 --- a/guide/english/css/properties/background-position-property/index.md +++ b/guide/english/css/properties/background-position-property/index.md @@ -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:**