Fix spelling

This commit is contained in:
Alex Dima
2017-05-30 11:06:29 +02:00
parent 54e3d65eb4
commit afe47dc844
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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,
+3 -3
View File
@@ -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,