Skip to content

Commit c982bda

Browse files
authored
fix property name typo
1 parent 3ce02d8 commit c982bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jss-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Compiles to:
234234

235235
```css
236236
.button-0 {
237-
border: url(image1.png), url(image2.png);
237+
background: url(image1.png), url(image2.png);
238238
}
239239
```
240240

0 commit comments

Comments
 (0)