Skip to content

Commit

Permalink
[docs] formatting for astro:env (#11187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah11918 authored Jun 5, 2024
1 parent d03160a commit 04b6421
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2104,9 +2104,9 @@ export interface AstroUserConfig {
* })
* ```
*
* There are currently 3 data types supported: strings, numbers and booleans.
* There are currently three data types supported: strings, numbers and booleans.
*
* There are three kinds of 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` (private 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 Expand Up @@ -2137,6 +2137,7 @@ export interface AstroUserConfig {
/**
* @docs
* @name experimental.env.schema
* @kind h4
* @type {EnvSchema}
* @default `undefined`
* @version 4.10.0
Expand Down

0 comments on commit 04b6421

Please sign in to comment.