Skip to content

Commit

Permalink
chore: Fix typo (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
xnuk authored Sep 23, 2021
1 parent e538970 commit dd3f18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node-swc/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd3f18b

Please sign in to comment.