diff options
author | Ikel <contact@ikel.slmail.me> | 2023-03-27 09:26:28 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 09:26:28 +0530 |
commit | e08d53c6570664ddfca3ba8e8fd76f53c2933c05 (patch) | |
tree | 49512b377586e40c16a7bb4f496208680a246034 /src | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
parent | Fix typo (diff) | |
download | libredirect-e08d53c6570664ddfca3ba8e8fd76f53c2933c05.zip |
Merge pull request #672 from TotalCaesar659/fix-typo
Fix typo
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index aa854418..cb8a997d 100644 --- a/src/config.json +++ b/src/config.json @@ -92,7 +92,7 @@ "^https?:\\/{2}youtu\\.be\\/..*", "^https?:\\/{2}(?:www\\.|)(youtube|youtube-nocookie)\\.com\\/embed\\/..*" ], - "name": "Youtube", + "name": "YouTube", "options": { "enabled": false, "redirectType": "main_frame", |