Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 7b2c80a

Browse files
author
Andy Hanson
committed
Fix typo
1 parent df1ae40 commit 7b2c80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ If you don't want to take the time to write out declarations before using a new
510510
declare module "hot-new-module";
511511
```
512512

513-
All imports from a shorthand module with have the `any` type.
513+
All imports from a shorthand module will have the `any` type.
514514

515515
```ts
516516
import x, {y} from "hot-new-module";

0 commit comments

Comments
 (0)