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:"
This commit is contained in:
BladeQue12
2018-11-17 00:55:42 -05:00
committed by Manish Giri
parent 3eeb6b6ffb
commit a18309352c

View File

@@ -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);