Skip to content

Commit 06025b5

Browse files
authored
Fix typo in example update manifest (#45)
"version:" -> "version":
1 parent 8dfb065 commit 06025b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For example, a manifest hosted at `https://developer.example.com/app/updates.jso
5757
{
5858
"versions": [
5959
{
60-
"version:" "5.2.17",
60+
"version": "5.2.17",
6161
"src": "https://cdn.example.com/app-package-5.2.17.swbn"
6262
},
6363
{

0 commit comments

Comments
 (0)