summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro/src/@types/astro.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 17e9a55f0..64923d91c 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -2002,10 +2002,10 @@ export interface AstroUserConfig {
* },
* })
* ---
- *
+ *
* <script>
* import { API_URL } from "astro:env/client"
- *
+ *
* fetch(`${API_URL}/ping`)
* </script>
* ```