From dd3f18b760dd1922904677e8a3705a5187fbf140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Thu, 23 Sep 2021 13:43:31 +0900 Subject: [PATCH] chore: Fix typo (#2288) --- node-swc/src/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-swc/src/types.ts b/node-swc/src/types.ts index dd4dec1a1d39..a219a034c9e5 100644 --- a/node-swc/src/types.ts +++ b/node-swc/src/types.ts @@ -401,11 +401,11 @@ export type Swcrc = Config | Config[]; */ export interface Config { /** - * Note: The type is string beacuse it follow rust's regex syntax. + * Note: The type is string because it follow rust's regex syntax. */ test?: string | string[]; /** - * Note: The type is string beacuse it follow rust's regex syntax. + * Note: The type is string because it follow rust's regex syntax. */ exclude?: string | string[]; env?: EnvConfig;