Skip to content

Commit 2d1f617

Browse files
authored
docs: fix typo (#1576)
1 parent 919e36e commit 2d1f617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ $ npm i -D dotenv
9595
```diff
9696
// dist/main.js
9797
- const name = import.meta.env.NAME
98-
+ const name = "developemnt"
98+
+ const name = "development"
9999
// ...
100100
```
101101

0 commit comments

Comments
 (0)