There was an error while loading. Please reload this page.
1 parent 6ec4177 commit 0a0772fCopy full SHA for 0a0772f
1 file changed
docs/canary/advanced/environment-variables.md
@@ -3,7 +3,7 @@ description: |
3
Error pages can be used to customize the page that is shown when an error occurs in the application.
4
---
5
6
-Envrionment variables in Deno are typically read via `Deno.env.get()` or
+Environment variables in Deno are typically read via `Deno.env.get()` or
7
`process.env.*` calls or via an `.env` file if the `--env-file` flag is used,
8
see
9
[how to use Environment Variables in Deno](https://docs.deno.com/runtime/reference/env_variables/).
0 commit comments