Skip to content

Commit 3368dc2

Browse files
committed
docs: fixing a typo
1 parent ce2f558 commit 3368dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"noImplicitAny": true,
99
"outDir": "dist/",
1010
"paths": {
11-
// Because this library uses ES2015+ `#private` syntax that would require us to maket his
11+
// Because this library uses ES2015+ `#private` syntax that would require us to make this
1212
// library ESM-only we're overloading its types with a `paths` config with this empty file.
1313
// This isn't a great solution as we're losing type checks where this library is used, but
1414
// it's far too early in the ESM lifecycle for us to make API an ESM-only library.

0 commit comments

Comments
 (0)