Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ await div(md(`You loaded ${KEY} from ~/.kenv/.env`))
<!-- value: https://github.com/johnlindquist/kit/blob/main/GUIDE.md -->

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
Expand Down