diff --git a/GUIDE.md b/GUIDE.md index a3e4b82f..3021a6a3 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