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,