src: fix spelling in TypeScript files (#183477)

This commit is contained in:
John Bampton 2023-05-26 11:55:26 +10:00 committed by GitHub
parent ea7d830fb4
commit ceac58a9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -104,7 +104,7 @@ interface NodePosition {
*/
node: TreeNode;
/**
* remainer in current piece.
* remainder in current piece.
*/
remainder: number;
/**

View file

@ -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;

View file

@ -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 {
/**