Skip to content

Commit

Permalink
fix jsdoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jul 13, 2022
1 parent b30ad7e commit 7e41cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -376,7 +376,7 @@ export interface CreateOptions {
/**
* Allow using voluntary `.ts` file extension in import specifiers.
*
* Typically, in ESM projects, import specifiers must hanve an emit extension, `.js`, `.cjs`, or `.mjs`,
* Typically, in ESM projects, import specifiers must have an emit extension, `.js`, `.cjs`, or `.mjs`,
* and we automatically map to the corresponding `.ts`, `.cts`, or `.mts` source file. This is the
* recommended approach.
*
Expand Down

0 comments on commit 7e41cb7

Please sign in to comment.