Skip to content

Commit 8c45391

Browse files
Nin3leeflorian-lefebvre
andauthoredJun 7, 2024··
fix(astro:) config reference typo (#11205)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
1 parent d0248bc commit 8c45391

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/six-kangaroos-beam.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Fixes a typo in the config reference

‎packages/astro/src/@types/astro.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ export interface AstroUserConfig {
21062106
*
21072107
* There are currently three data types supported: strings, numbers and booleans.
21082108
*
2109-
* 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):
2109+
* 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):
21102110
*
21112111
* - **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:
21122112
*

0 commit comments

Comments
 (0)
Please sign in to comment.