Prefer the American English spelling behavior

This commit is contained in:
Alex Dima
2017-05-30 11:01:20 +02:00
parent 081fbf2231
commit f64bc3f92a
5 changed files with 11 additions and 11 deletions

View File

@@ -529,7 +529,7 @@ export function createApiFactory(
TextEditorLineNumbersStyle: extHostTypes.TextEditorLineNumbersStyle,
TextEditorRevealType: extHostTypes.TextEditorRevealType,
TextEditorSelectionChangeKind: extHostTypes.TextEditorSelectionChangeKind,
DecorationRangeBehaviour: extHostTypes.DecorationRangeBehaviour,
DecorationRangeBehavior: extHostTypes.DecorationRangeBehavior,
Uri: URI,
ViewColumn: extHostTypes.ViewColumn,
WorkspaceEdit: extHostTypes.WorkspaceEdit,

View File

@@ -965,7 +965,7 @@ export enum TextEditorSelectionChangeKind {
/**
* These values match very carefully the values of `TrackedRangeStickiness`
*/
export enum DecorationRangeBehaviour {
export enum DecorationRangeBehavior {
/**
* TrackedRangeStickiness.AlwaysGrowsWhenTypingAtEdges
*/