File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
model/pieceTreeTextBuffer Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ interface NodePosition {
104
104
*/
105
105
node : TreeNode ;
106
106
/**
107
- * remainer in current piece.
107
+ * remainder in current piece.
108
108
*/
109
109
remainder : number ;
110
110
/**
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export interface ITextResourceConfigurationService {
44
44
*
45
45
* @param resource - Resource for which the configuration has to be fetched.
46
46
* @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 .
48
48
*
49
49
*/
50
50
getValue < T > ( resource : URI | undefined , section ?: string ) : T ;
Original file line number Diff line number Diff line change @@ -16788,7 +16788,7 @@ declare module 'vscode' {
16788
16788
}
16789
16789
16790
16790
/**
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.
16792
16792
*/
16793
16793
export interface TabGroups {
16794
16794
/**
You can’t perform that action at this time.
0 commit comments