From 419285487a94b756acb811da3fa23c415d6a23d8 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 6 Jul 2025 02:50:35 +0000 Subject: [PATCH] typography --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 7a907ce..546ab6a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -133,7 +133,7 @@ const isFromWhitelistedDomain = (fqn: string): boolean => { return true; } console.log( - `Rejecting prompt request from un-whitelisted domain: ${domain}` + `Rejecting prompt request from non-whitelisted domain: ${domain}` ); return false; } catch (error: any) {