Remove extra space

This commit is contained in:
Cohee 2024-02-08 00:05:23 +02:00
parent dfc1719c3f
commit 90231680a9
1 changed files with 1 additions and 1 deletions

View File

@ -3955,7 +3955,7 @@ function runProxyCallback(_, value) {
return foundName;
}
registerSlashCommand('proxy', runProxyCallback, [], '<span class="monospace">(name)</span> sets a proxy preset by name');
registerSlashCommand('proxy', runProxyCallback, [], '<span class="monospace">(name)</span> sets a proxy preset by name');
$(document).ready(async function () {
$('#test_api_button').on('click', testApiConnection);