typography

This commit is contained in:
2025-07-06 02:50:35 +00:00
parent 09722507c6
commit 419285487a

View File

@ -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) {