From 5f71f7217067802a811b98d9d17dc28b3d7e2203 Mon Sep 17 00:00:00 2001 From: Carter Snook Date: Sun, 28 Nov 2021 18:23:42 -0600 Subject: [PATCH] chore(doc): remove trailing comma in JSON (#2979) --- docs/usage/guides/visual/system-tray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/guides/visual/system-tray.md b/docs/usage/guides/visual/system-tray.md index 7b613b7e2..02f29f598 100644 --- a/docs/usage/guides/visual/system-tray.md +++ b/docs/usage/guides/visual/system-tray.md @@ -13,7 +13,7 @@ Configure the `systemTray` object on `tauri.conf.json`: "tauri": { "systemTray": { "iconPath": "icons/icon.png", - "iconAsTemplate": true, + "iconAsTemplate": true } } }