aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/runtime/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/modules.md b/docs/runtime/modules.md
index 349fd3594..380903c6f 100644
--- a/docs/runtime/modules.md
+++ b/docs/runtime/modules.md
@@ -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";