diff options
author | Ajay Ramachandran <[email protected]> | 2020-02-03 23:20:57 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-02-03 23:20:57 -0500 |
commit | 1eaf4f44c23b36704f46700fac301e765c1351d9 (patch) | |
tree | 6d3457ad16db08657d445323cc5ea9eb388cce43 | |
parent | 0a0d4d3e0f5c436e7fe41a61b2d5c824fa323c60 (diff) | |
download | SponsorBlock-1eaf4f44c23b36704f46700fac301e765c1351d9.tar.gz SponsorBlock-1eaf4f44c23b36704f46700fac301e765c1351d9.zip |
Fixed incorrect syntax in example config
-rw-r--r-- | config.json.example | 2 |
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 |