fix: correct some spellings

This commit is contained in:
Benjamin Grant
2025-03-19 19:49:59 +00:00
parent 956bbed5e3
commit 37c2a2b6ad
5 changed files with 6 additions and 6 deletions

View File

@@ -484,7 +484,7 @@ $schema://$host {
$base_path = config('constants.coolify.base_config_path');
$proxyType = $this->proxyType();
$proxy_path = "$base_path/proxy";
// TODO: should use /traefik for already exisiting configurations?
// TODO: should use /traefik for already existing configurations?
// Should move everything except /caddy and /nginx to /traefik
// The code needs to be modified as well, so maybe it does not worth it
if ($proxyType === ProxyTypes::TRAEFIK->value) {