-
Notifications
You must be signed in to change notification settings - Fork 726
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
fix: spelling error #1560
fix: spelling error #1560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, let's remove the script and merge it :)
.vscode/launch.json
Outdated
}, | ||
{ | ||
"name": "Debug Current TS file", | ||
"type": "node", | ||
"request": "launch", | ||
"runtimeExecutable": "node", | ||
"runtimeArgs": [ | ||
"--nolazy", "-r", "ts-node/register/transpile-only" | ||
], | ||
"program": "${file}", | ||
"cwd": "${workspaceFolder}", | ||
"internalConsoleOptions": "openOnSessionStart", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is out of the scope of this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is out of the scope of this PR
Should I revert this commit and update this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or simply add a commit removing the changes at launch.json
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. :)
Description
FIx some spelling error.
Motivation and Context
Word spelling errors make people confuse.
How Has This Been Tested?
npm run test
result passed.Types of changes
Checklist: