Skip to content

Commit

Permalink
docs: fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 16, 2023
1 parent ce2f558 commit 3368dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"noImplicitAny": true,
"outDir": "dist/",
"paths": {
// Because this library uses ES2015+ `#private` syntax that would require us to maket his
// Because this library uses ES2015+ `#private` syntax that would require us to make this
// library ESM-only we're overloading its types with a `paths` config with this empty file.
// This isn't a great solution as we're losing type checks where this library is used, but
// it's far too early in the ESM lifecycle for us to make API an ESM-only library.
Expand Down

0 comments on commit 3368dc2

Please sign in to comment.