Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and soc221b committed Nov 16, 2024
1 parent feb4d5a commit 73376c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ $ npm i -D dotenv
```diff
// dist/main.js
- const name = import.meta.env.NAME
+ const name = "developemnt"
+ const name = "development"
// ...
```

Expand Down

0 comments on commit 73376c1

Please sign in to comment.