mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-16 00:43:20 +01:00
Fix spelling
This commit is contained in:
@@ -65,7 +65,7 @@ export interface IModelDecorationOverviewRulerOptions {
|
||||
*/
|
||||
export interface IModelDecorationOptions {
|
||||
/**
|
||||
* Customize the growing behaviour of the decoration when typing at the edges of the decoration.
|
||||
* Customize the growing behavior of the decoration when typing at the edges of the decoration.
|
||||
* Defaults to TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
|
||||
*/
|
||||
stickiness?: TrackedRangeStickiness;
|
||||
@@ -925,8 +925,8 @@ export interface ITextModelWithMarkers extends ITextModel {
|
||||
}
|
||||
|
||||
/**
|
||||
* Describes the behaviour of decorations when typing/editing near their edges.
|
||||
* Note: Please do not edit the values, as they very carefully match `DecorationRangeBehaviour`
|
||||
* Describes the behavior of decorations when typing/editing near their edges.
|
||||
* Note: Please do not edit the values, as they very carefully match `DecorationRangeBehavior`
|
||||
*/
|
||||
export enum TrackedRangeStickiness {
|
||||
AlwaysGrowsWhenTypingAtEdges = 0,
|
||||
|
||||
Vendored
+3
-3
@@ -1092,7 +1092,7 @@ declare module monaco.editor {
|
||||
*/
|
||||
export interface IModelDecorationOptions {
|
||||
/**
|
||||
* Customize the growing behaviour of the decoration when typing at the edges of the decoration.
|
||||
* Customize the growing behavior of the decoration when typing at the edges of the decoration.
|
||||
* Defaults to TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
|
||||
*/
|
||||
stickiness?: TrackedRangeStickiness;
|
||||
@@ -1638,8 +1638,8 @@ declare module monaco.editor {
|
||||
}
|
||||
|
||||
/**
|
||||
* Describes the behaviour of decorations when typing/editing near their edges.
|
||||
* Note: Please do not edit the values, as they very carefully match `DecorationRangeBehaviour`
|
||||
* Describes the behavior of decorations when typing/editing near their edges.
|
||||
* Note: Please do not edit the values, as they very carefully match `DecorationRangeBehavior`
|
||||
*/
|
||||
export enum TrackedRangeStickiness {
|
||||
AlwaysGrowsWhenTypingAtEdges = 0,
|
||||
|
||||
Reference in New Issue
Block a user