docs: fix typos in comments and documentation across core codebase - #329757
Open
Avinash Shrivastava (AvinashShrivastav) wants to merge 1 commit into
Open
docs: fix typos in comments and documentation across core codebase#329757Avinash Shrivastava (AvinashShrivastav) wants to merge 1 commit into
Avinash Shrivastava (AvinashShrivastav) wants to merge 1 commit into
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: Benjamin Christopher Simmonds (@benibenj)Matched files:
|
Author
|
@microsoft-github-policy-service agree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes several small typos in JSDoc comments, inline code documentation, and unit test variables across
src/vs/and built-in extensions to improve code clarity and documentation quality:src/vs/base/browser/ui/splitview/splitview.ts: Fix typoreferene->referencein inline comment.src/vs/base/browser/ui/hover/hoverDelegateFactory.ts: Fix phrasingrequires the them to dispose it->requires them to dispose it.src/vs/editor/contrib/snippet/browser/snippet.md: Fix duplicate wordwith with->with.src/vs/editor/contrib/inlineCompletions/browser/telemetry.ts: Fix duplicate wordThe the plan->The plan.src/vs/editor/contrib/parameterHints/test/browser/parameterHintsModel.test.ts: Fix parameter label variable typosparamter->parameter.src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts: Fix phrasingEnsure that the these->Ensure that these.src/vs/workbench/api/common/extHostTypes.ts: Fix spellingseperate->separate.src/vs/workbench/contrib/files/browser/views/explorerViewer.ts: Fix spellingseperately->separately.src/vs/base/parts/sandbox/electron-browser/electronTypes.ts: Fix spellingsuperceded->superseded.extensions/copilot/src/platform/networking/common/networking.ts: Fix JSDoc typocancellation tokenf->cancellation token.Testing
git diffto ensure strictly non-functional documentation/comment fixes.