Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix comment typo #13485

Merged
merged 2 commits into from Jun 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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