From 7e41cb7c312d159c518d0ab37eee581d54c792d3 Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Wed, 13 Jul 2022 16:31:19 -0400 Subject: [PATCH] fix jsdoc typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7167dbe1b..cf9d7eef8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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. *