From ceac58a9f026daaa6c2b68c44c4c8bf130903bb5 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 26 May 2023 11:55:26 +1000 Subject: [PATCH] src: fix spelling in TypeScript files (#183477) --- src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts | 2 +- src/vs/editor/common/services/textResourceConfiguration.ts | 2 +- src/vscode-dts/vscode.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts b/src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts index fc39647c890..b75d0d75a70 100644 --- a/src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts +++ b/src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts @@ -104,7 +104,7 @@ interface NodePosition { */ node: TreeNode; /** - * remainer in current piece. + * remainder in current piece. */ remainder: number; /** diff --git a/src/vs/editor/common/services/textResourceConfiguration.ts b/src/vs/editor/common/services/textResourceConfiguration.ts index 680c4129e1c..0f452252970 100644 --- a/src/vs/editor/common/services/textResourceConfiguration.ts +++ b/src/vs/editor/common/services/textResourceConfiguration.ts @@ -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(resource: URI | undefined, section?: string): T; diff --git a/src/vscode-dts/vscode.d.ts b/src/vscode-dts/vscode.d.ts index 3b289c39ba2..399a4289993 100644 --- a/src/vscode-dts/vscode.d.ts +++ b/src/vscode-dts/vscode.d.ts @@ -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 { /**