Skip to content

Commit

Permalink
Merge pull request #4 from noshiro-pf/fix-typo
Browse files Browse the repository at this point in the history
fix: fix a typo
  • Loading branch information
d-kimuson authored Aug 17, 2022
2 parents 9e2c0ee + 5c5bb68 commit 558b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/generate-type-predicates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export function generateTypePredicates(
return `/* WARN: Not Supported Type */ (value: unknown)${
typeof typeName === "string" ? `:value is ${typeName}` : ""
} => {
console.warn(\`check was skipped bacause \${value} is not supported type.\`);
console.warn(\`check was skipped because \${value} is not supported type.\`);
return true;
}`
}
Expand Down

0 comments on commit 558b6fd

Please sign in to comment.