Skip to content

Commit

Permalink
Merge pull request #188 from supachaidev/patch-1
Browse files Browse the repository at this point in the history
Fix typo in UntypedResolution.md
  • Loading branch information
andrewbranch authored Aug 1, 2024
2 parents 0e991a4 + 8dff987 commit aef146f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/problems/UntypedResolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Note that this tool does not show results unless a package contains at least one

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

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:
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:

```json5
{
Expand Down

0 comments on commit aef146f

Please sign in to comment.