From a18309352c92eb905e428782dc3360750b7c3521 Mon Sep 17 00:00:00 2001 From: BladeQue12 <36766775+BladeQue12@users.noreply.github.com> Date: Sat, 17 Nov 2018 00:55:42 -0500 Subject: [PATCH] Correct sentence on line 22 (#23257) Added the words "the" and "a," so that the sentence will read correctly. The sentence now reads as "To set this property on multiple background images, separate the values by a comma:" --- guide/english/css/background-size/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/background-size/index.md b/guide/english/css/background-size/index.md index ce776c2994..406a71a8f5 100644 --- a/guide/english/css/background-size/index.md +++ b/guide/english/css/background-size/index.md @@ -20,7 +20,7 @@ The background-size property specifies the size of the background images. You ca Note: If using pixel or percentage for length and you only specify one value, the second one will be set to auto by default. -To set this property on multiple background images separate values by comma: +To set this property on multiple background images, separate the values by a comma: ```css .multiple { background-image: url(1.png), url(2.png);