From 40c53460d38542dfa33e634072a1d0b4f3565319 Mon Sep 17 00:00:00 2001 From: G aka Ghazanfar Date: Wed, 10 Jun 2026 11:50:24 +0530 Subject: [PATCH] docs: fix typo in GUIDE.md (Enviroment -> Environment) --- 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