Skip to content

Commit

Permalink
docs: fix typo (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrettyWood committed Jan 6, 2021
1 parent 7adf3e4 commit 9c97638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Vite's default types are for its Node.js API. To shim the environment of client
This will provide the following type shims:

- Asset imports (e.g. importing an `.svg` file)
- Types for the Vite-injected [env vraibles](./env-and-mode#env-variables) on `import.meta.env`
- Types for the Vite-injected [env variables](./env-and-mode#env-variables) on `import.meta.env`
- Types for the [HMR API](./api-hmr) on `import.meta.hot`

## JSX
Expand Down

0 comments on commit 9c97638

Please sign in to comment.