Skip to content

Commit 7e41cb7

Browse files
committedJul 13, 2022
fix jsdoc typo
1 parent b30ad7e commit 7e41cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ export interface CreateOptions {
376376
/**
377377
* Allow using voluntary `.ts` file extension in import specifiers.
378378
*
379-
* Typically, in ESM projects, import specifiers must hanve an emit extension, `.js`, `.cjs`, or `.mjs`,
379+
* Typically, in ESM projects, import specifiers must have an emit extension, `.js`, `.cjs`, or `.mjs`,
380380
* and we automatically map to the corresponding `.ts`, `.cts`, or `.mts` source file. This is the
381381
* recommended approach.
382382
*

0 commit comments

Comments
 (0)
Please sign in to comment.