Skip to content

Commit

Permalink
Update modules.md - Explain case-insensitivity (#4782)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvanrensen committed Sep 10, 2023
1 parent 60dc766 commit 7121c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ In this case, we are importing from `./hello`, a relative path with no extension
- `./hello/index.json`
- `./hello/index.mjs`

Import paths are case-insensitive.
Import paths are case-insensitive, meaning these are all valid imports:

```ts#index.ts
import { hello } from "./hello";
Expand Down

0 comments on commit 7121c1d

Please sign in to comment.