Skip to content

Commit c08d6a3

Browse files
authored
Misplaced Bracket (sveltejs#419)
* Update README.md Added a missing opening bracket * Update README.md Removed closing bracket instead of adding a opening one
1 parent 19093d2 commit c08d6a3

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/04-advanced-sveltekit/06-environment-variables/01-env-static-private

1 file changed

+1
-1
lines changed

content/tutorial/04-advanced-sveltekit/06-environment-variables/01-env-static-private/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: $env/static/private
44

55
Environment variables — like API keys and database credentials — can be added to a `.env` file, and they will be made available to your application.
66

7-
> You can also use `.env.local` or `.env.[mode]` files — see the [Vite documentation](https://vitejs.dev/guide/env-and-mode.html#env-files) for more information). Make sure you add any files containing sensitive information to your `.gitignore` file!
7+
> You can also use `.env.local` or `.env.[mode]` files — see the [Vite documentation](https://vitejs.dev/guide/env-and-mode.html#env-files) for more information. Make sure you add any files containing sensitive information to your `.gitignore` file!
88
>
99
> Environment variables in `process.env` are also available via `$env/static/private`.
1010

0 commit comments

Comments
 (0)