Skip to content

Commit 032e2aa

Browse files
committed
[doc] Fix nwjs#6206: syntax error in manifest
1 parent e0753cd commit 032e2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/References/Manifest Format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Following is a minimal manifest:
1111
```json
1212
{
1313
"main": "index.html",
14-
"name": "nw-demo",
14+
"name": "nw-demo"
1515
}
1616
```
1717

0 commit comments

Comments
 (0)