From e09e244c3d36c3c94fecb3b9f1bfaee3c4b3fa32 Mon Sep 17 00:00:00 2001 From: Tiago Noronha <27889458+tiagodenoronha@users.noreply.github.com> Date: Wed, 11 Feb 2026 06:25:02 +0000 Subject: [PATCH] Fix formatting in kutt.json notes section (#11774) --- frontend/public/json/kutt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/kutt.json b/frontend/public/json/kutt.json index b75e407ea..53ed7e74b 100644 --- a/frontend/public/json/kutt.json +++ b/frontend/public/json/kutt.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Kutt needs so be served with an SSL certificate for its login to work. During install, you will be prompted to choose if you want to have Caddy installed for SSL termination or if you want to use your own reverse proxy (in that case point your reverse porxy to port 3000).", + "text": "Kutt needs so be served with an SSL certificate for its login to work. During install, you will be prompted to choose if you want to have Caddy installed for SSL termination or if you want to use your own reverse proxy (in that case point your reverse proxy to port 3000).", "type": "info" } ]