fix(docs): grammar

Co-authored-by: Maya <jovannmc@femboyfurry.net>
This commit is contained in:
nullptr 2025-10-19 19:09:17 +01:00 committed by GitHub
parent 2f604a5c14
commit caa2687dce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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";