chore(doc): remove trailing comma in JSON (#2979)

This commit is contained in:
Carter Snook 2021-11-28 18:23:42 -06:00 committed by amrbashir
parent 411618f0de
commit 5f71f72170
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

View File

@ -13,7 +13,7 @@ Configure the `systemTray` object on `tauri.conf.json`:
"tauri": {
"systemTray": {
"iconPath": "icons/icon.png",
"iconAsTemplate": true,
"iconAsTemplate": true
}
}
}