Skip to content

Commit

Permalink
docs: fix typo (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 17, 2024
1 parent 919e36e commit 2d1f617
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 2d1f617

Please sign in to comment.