Skip to content

Commit

Permalink
chore: fix comment typo (#13485)
Browse files Browse the repository at this point in the history
* chore: fix comment typo

* chore: regenerate tsconfig file

Co-authored-by: terencekhwu <terencekhwu@tencent.com>
  • Loading branch information
hyaocuk and hyaocuk committed Jun 19, 2021
1 parent 101249f commit 9cbe283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/generators/tsconfig.js
Expand Up @@ -27,7 +27,7 @@ const tsPkgs = [

fs.writeFileSync(
path.resolve(root, `tsconfig.json`),
"/* This file is automatically generated by scripts/generators/tconfig.js */\n" +
"/* This file is automatically generated by scripts/generators/tsconfig.js */\n" +
JSON.stringify(
{
extends: "./tsconfig.base.json",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,4 +1,4 @@
/* This file is automatically generated by scripts/generators/tconfig.js */
/* This file is automatically generated by scripts/generators/tsconfig.js */
{
"extends": "./tsconfig.base.json",
"include": [
Expand Down

0 comments on commit 9cbe283

Please sign in to comment.