From 4bf3672484b3d6398a0b73366833fb6f2ae84da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Bielawski?= Date: Thu, 10 Oct 2024 17:35:44 +0200 Subject: [PATCH] Typo fixed in api.swagger.json --- backend/doc/api.swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/doc/api.swagger.json b/backend/doc/api.swagger.json index 3fa19fc4..d66f9e26 100644 --- a/backend/doc/api.swagger.json +++ b/backend/doc/api.swagger.json @@ -1233,7 +1233,7 @@ }, "ProxyHostsList": { "type": "array", - "description": "Proxyn Hosts list", + "description": "Proxy Hosts list", "items": { "$ref": "#/components/schemas/ProxyHostObject" }