Skip to content

Commit 0a0772f

Browse files
typo
1 parent 6ec4177 commit 0a0772f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/canary/advanced/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: |
33
Error pages can be used to customize the page that is shown when an error occurs in the application.
44
---
55

6-
Envrionment variables in Deno are typically read via `Deno.env.get()` or
6+
Environment variables in Deno are typically read via `Deno.env.get()` or
77
`process.env.*` calls or via an `.env` file if the `--env-file` flag is used,
88
see
99
[how to use Environment Variables in Deno](https://docs.deno.com/runtime/reference/env_variables/).

0 commit comments

Comments
 (0)