There was an error while loading. Please reload this page.
1 parent 477fcef commit f27f10fCopy full SHA for f27f10f
1 file changed
docs/canary/advanced/environment-variables.md
@@ -45,7 +45,6 @@ This way you can use specific environment variables in the browser.
45
> ```ts MyIsland.tsx
46
> // CORRECT
47
> Deno.env.get("FRESH_PUBLIC_FOO");
48
-> Deno.env.get("FRESH_PUBLIC_FOO");
49
> process.env.FRESH_PUBLIC_FOO;
50
>
51
> // WRONG
0 commit comments