Skip to content

Commit af199ab

Browse files
docs: fix duplicate line
1 parent 477fcef commit af199ab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/canary/advanced/environment-variables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ This way you can use specific environment variables in the browser.
4545
> ```ts MyIsland.tsx
4646
> // CORRECT
4747
> Deno.env.get("FRESH_PUBLIC_FOO");
48-
> Deno.env.get("FRESH_PUBLIC_FOO");
4948
> process.env.FRESH_PUBLIC_FOO;
5049
>
5150
> // WRONG

0 commit comments

Comments
 (0)