Skip to content

Commit

Permalink
Merge pull request #171 from sorawit/patch-1
Browse files Browse the repository at this point in the history
Fix typo in environment-variables.mdx
  • Loading branch information
tmcw authored Jun 24, 2024
2 parents 5364b1a + 29b34f0 commit 8e14ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/reference/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export let sdk = new SomeSDK(secret);

## Environment variables are private in public vals

It is safe for a a public val to reference your environment variables.
It is safe for a public val to reference your environment variables.
Others can see that they're being used, but not their values.

For example, in this public script val, you can see that I'm using a discord bot's environment variable, but you cannot run this code or get the value of the environment variable.
Expand Down

0 comments on commit 8e14ae1

Please sign in to comment.