From 1622e727eae8b28357f1086a1ce88e204f065c5a Mon Sep 17 00:00:00 2001 From: mcbbugu <35242765+mcbbugu@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:27:01 +0800 Subject: [PATCH] Fix: spelling of Environment in GUIDE.md --- GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index a3e4b82f5..3021a6a3f 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -668,7 +668,7 @@ await div(md(`You loaded ${KEY} from ~/.kenv/.env`)) If you pass a function as the second argument to `env`, it will only be called if the variable doesn't exist. -This allows you to set Enviroment Variables from a list, an API, or any other data source. +This allows you to set Environment Variables from a list, an API, or any other data source. ```js // Name: Choose an Environment Variable