Skip to content

Commit ceac58a

Browse files
authored
src: fix spelling in TypeScript files (microsoft#183477)
1 parent ea7d830 commit ceac58a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/vs/editor/common/model/pieceTreeTextBuffer/pieceTreeBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ interface NodePosition {
104104
*/
105105
node: TreeNode;
106106
/**
107-
* remainer in current piece.
107+
* remainder in current piece.
108108
*/
109109
remainder: number;
110110
/**

src/vs/editor/common/services/textResourceConfiguration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface ITextResourceConfigurationService {
4444
*
4545
* @param resource - Resource for which the configuration has to be fetched.
4646
* @param position - Position in the resource for which configuration has to be fetched.
47-
* @param section - Section of the configuraion.
47+
* @param section - Section of the configuration.
4848
*
4949
*/
5050
getValue<T>(resource: URI | undefined, section?: string): T;

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16788,7 +16788,7 @@ declare module 'vscode' {
1678816788
}
1678916789

1679016790
/**
16791-
* Represents the main editor area which consists of multple groups which contain tabs.
16791+
* Represents the main editor area which consists of multiple groups which contain tabs.
1679216792
*/
1679316793
export interface TabGroups {
1679416794
/**

0 commit comments

Comments
 (0)