Skip to content

Commit

Permalink
[typo] Update astro.ts
Browse files Browse the repository at this point in the history
typo things.
change the word "private" to "secret"
  • Loading branch information
Nin3lee authored Jun 7, 2024
1 parent 368e4ce commit e387f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ export interface AstroUserConfig {
*
* There are currently three data types supported: strings, numbers and booleans.
*
* There are three kinds of environment variables, determined by the combination of `context` (client or server) and `access` (private or public) settings defined in your [`env.schema`](#experimentalenvschema):
* There are three kinds of environment variables, determined by the combination of `context` (client or server) and `access` (secret or public) settings defined in your [`env.schema`](#experimentalenvschema):
*
* - **Public client variables**: These variables end up in both your final client and server bundles, and can be accessed from both client and server through the `astro:env/client` module:
*
Expand Down

0 comments on commit e387f05

Please sign in to comment.