aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2020-02-03 23:20:57 -0500
committerAjay Ramachandran <[email protected]>2020-02-03 23:20:57 -0500
commit1eaf4f44c23b36704f46700fac301e765c1351d9 (patch)
tree6d3457ad16db08657d445323cc5ea9eb388cce43
parent0a0d4d3e0f5c436e7fe41a61b2d5c824fa323c60 (diff)
downloadSponsorBlock-1eaf4f44c23b36704f46700fac301e765c1351d9.tar.gz
SponsorBlock-1eaf4f44c23b36704f46700fac301e765c1351d9.zip
Fixed incorrect syntax in example config
-rw-r--r--config.json.example2
1 files changed, 1 insertions, 1 deletions
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