From caa2687dce9e91596d5f0dcca58afe14d0e3c063 Mon Sep 17 00:00:00 2001 From: nullptr Date: Sun, 19 Oct 2025 19:09:17 +0100 Subject: [PATCH] fix(docs): grammar Co-authored-by: Maya --- src/lib/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/consts.ts b/src/lib/consts.ts index daab7c3..f9d1eb3 100644 --- a/src/lib/consts.ts +++ b/src/lib/consts.ts @@ -12,6 +12,6 @@ export const VERT_NAME = : "VERT.sh"; export const CONTACT_EMAIL = "hello@vert.sh"; -// i'm not entirely sure this should be in consts.ts, but is is technically a constant as .env is static for VERT +// i'm not entirely sure this should be in consts.ts, but it is technically a constant as .env is static for VERT export const DISABLE_ALL_EXTERNAL_REQUESTS = PUB_DISABLE_ALL_EXTERNAL_REQUESTS === "true";