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

src: fix spelling in TypeScript files #183477

Merged
merged 1 commit into from May 26, 2023
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
Expand Up @@ -104,7 +104,7 @@ interface NodePosition {
*/
node: TreeNode;
/**
* remainer in current piece.
* remainder in current piece.
*/
remainder: number;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/vs/editor/common/services/textResourceConfiguration.ts
Expand Up @@ -44,7 +44,7 @@ export interface ITextResourceConfigurationService {
*
* @param resource - Resource for which the configuration has to be fetched.
* @param position - Position in the resource for which configuration has to be fetched.
* @param section - Section of the configuraion.
* @param section - Section of the configuration.
*
*/
getValue<T>(resource: URI | undefined, section?: string): T;
Expand Down
2 changes: 1 addition & 1 deletion src/vscode-dts/vscode.d.ts
Expand Up @@ -16788,7 +16788,7 @@ declare module 'vscode' {
}

/**
* Represents the main editor area which consists of multple groups which contain tabs.
* Represents the main editor area which consists of multiple groups which contain tabs.
*/
export interface TabGroups {
/**
Expand Down