Skip to content

Commit e44aab6

Browse files
sync kit docs
1 parent 5bc9b31 commit e44aab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/docs/kit/98-reference/25-$env-dynamic-private.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { env } from '$env/dynamic/private';
1414
console.log(env.DEPLOYMENT_SPECIFIC_VARIABLE);
1515
```
1616

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

2020

0 commit comments

Comments
 (0)