Skip to content

Commit c261f4d

Browse files
authored
docs: fix quotemark (#14222)
1 parent 09ab6ea commit c261f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/types/synthetic/$env+dynamic+private.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ import { env } from '$env/dynamic/private';
99
console.log(env.DEPLOYMENT_SPECIFIC_VARIABLE);
1010
```
1111

12-
> In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.
12+
> [!NOTE] In `dev`, `$env/dynamic` always includes environment variables from `.env`. In `prod`, this behavior will depend on your adapter.

0 commit comments

Comments
 (0)