From 780f97216a115f50e43ea5f5692d88962c90db01 Mon Sep 17 00:00:00 2001 From: Yamila Moreno Date: Mon, 13 Jan 2025 13:20:49 +0100 Subject: [PATCH] :paperclip: fix typo --- backend/src/app/setup.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/setup.clj b/backend/src/app/setup.clj index 8e2733c6d..84e4c6ec2 100644 --- a/backend/src/app/setup.clj +++ b/backend/src/app/setup.clj @@ -83,7 +83,7 @@ (db/xact-lock! conn 0) (when-not key (l/warn :hint (str "using autogenerated secret-key, it will change on each restart and will invalidate " - "all sessions on each restart, it is hightly recommended setting up the " + "all sessions on each restart, it is highly recommended setting up the " "PENPOT_SECRET_KEY environment variable"))) (let [secret (or key (generate-random-key))]