Skip to content

Commit 301e7e3

Browse files
authored
Fixed a typo (Jonghakseo#769)
1 parent 41a0c94 commit 301e7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ You have to do it on every browser launch.</i>
120120

121121
## Env Variables
122122

123-
1. Copy `.example.env` and past it as `.env` in the same path
123+
1. Copy `.example.env` and paste it as `.env` in the same path
124124
2. Add a new record inside `.env`
125125
3. Add this key with type for value to `vite-env.d.ts` (root) to `ImportMetaEnv`
126126
4. Then you can use it with `import.meta.env.{YOUR_KEY}` like with standard [Vite Env](https://vitejs.dev/guide/env-and-mode)

0 commit comments

Comments
 (0)