Skip to content

Commit b682d04

Browse files
authored
Remove trailing comma after the last property in manifest.json
The manifest.json file contains a trailing comma after the last property ("description"), which is not allowed in JSON.
1 parent 31660ce commit b682d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
]
3939
}
4040
],
41-
"description": "Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world.",
42-
}
41+
"description": "Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world."
42+
}

0 commit comments

Comments
 (0)