Skip to content

Commit 66b506d

Browse files
committed
[css-backgrounds-3] Fix error in example.
1 parent 9c1c802 commit 66b506d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-backgrounds-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ background-repeat: no-repeat;
157157
dropped and the missing values for 'background-origin' and
158158
'background-repeat' filled in (emphasized for clarity):
159159
<pre>
160-
background-image: url(flower.png), url(ball.png), url(grass1.png);
160+
background-image: url(flower.png), url(ball.png), url(grass.png);
161161
background-position: center center, 20% 80%, top left;
162162
background-origin: border-box, content-box<strong>, border-box</strong>;
163163
background-repeat: no-repeat<strong>, no-repeat, no-repeat</strong>;

0 commit comments

Comments
 (0)