Skip to content

Commit 9320848

Browse files
authored
Update NoResolution.md
fix typo
1 parent d251c4e commit 9320848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/problems/NoResolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Import failed to resolve to type declarations or JavaScript files.
66

77
This problem indicates that TypeScript can’t find any file with a supported file extension (`.js`, `.mjs`, `.cjs`, `.jsx`, `.json`, `.ts`, `.mts`, `.cts`, `.tsx`) by following its own resolution algorithm, or a modified version of its resolution algorithm that ignores type declaration (`.d.ts`, `.d.mts`, `.d.cts`, `.d.*.ts`) files (which allows it to find JS files it would otherwise ignore).
88

9-
## Consequnces
9+
## Consequences
1010

1111
* Consumers will see TypeScript errors on imports/requires.
1212
* If the diagnosis is accurate, a runtime/bundle-time error will occur.

0 commit comments

Comments
 (0)