From 1eaf4f44c23b36704f46700fac301e765c1351d9 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 3 Feb 2020 23:20:57 -0500 Subject: [PATCH] Fixed incorrect syntax in example config --- config.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index 34c3d2a6..2f7f0520 100644 --- a/config.json.example +++ b/config.json.example @@ -1,4 +1,4 @@ { "serverAddress": "https://sponsor.ajay.app", - "serverAddressComment": "This specifies the default SponsorBlock server to conect to": + "serverAddressComment": "This specifies the default SponsorBlock server to conect to" } \ No newline at end of file