Skip to content

Commit c013bc9

Browse files
authored
Fix JSON syntax in sprite.md (#1141)
1 parent ce615ab commit c013bc9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/sprite.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ You can also supply an array of `{ id: ..., url: ... }` pairs to load multiple s
2727

2828
```json
2929
"sprite": [
30-
{
31-
id: 'roadsigns',
32-
url: 'https://example.com/myroadsigns'
33-
},
34-
{
35-
id: 'shops',
36-
url: 'https://example2.com/someurl'
37-
},
38-
{
39-
id: 'default',
40-
url: 'https://example2.com/anotherurl'
41-
}
30+
{
31+
"id": "roadsigns",
32+
"url": "https://example.com/myroadsigns"
33+
},
34+
{
35+
"id": "shops",
36+
"url": "https://example2.com/someurl"
37+
},
38+
{
39+
"id": "default",
40+
"url": "https://example2.com/anotherurl"
41+
}
4242
]
4343
```
4444

0 commit comments

Comments
 (0)