Skip to content

Commit aef146f

Browse files
authored
Merge pull request #188 from supachaidev/patch-1
Fix typo in UntypedResolution.md
2 parents 0e991a4 + 8dff987 commit aef146f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/problems/UntypedResolution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note that this tool does not show results unless a package contains at least one
1717

1818
### Untyped ESM via package.json `"exports"`
1919

20-
This problem often occurs in libraries that adopted package.json `"exports"` before TypeScript added support for th feature, and haven’t updated accordingly. At the time, it would have been natural for these libraries to write a package.json like:
20+
This problem often occurs in libraries that adopted package.json `"exports"` before TypeScript added support for this feature, and haven’t updated accordingly. At the time, it would have been natural for these libraries to write a package.json like:
2121

2222
```json5
2323
{

0 commit comments

Comments
 (0)