mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 16:04:09 +01:00
Fix spelling
This commit is contained in:
@@ -15,7 +15,7 @@ import { PreferredGroup, SIDE_GROUP } from 'vs/workbench/services/editor/common/
|
||||
/**
|
||||
* Finds the target `IEditorGroup` given the instructions provided
|
||||
* that is best for the editor and matches the preferred group if
|
||||
* posisble.
|
||||
* possible.
|
||||
*/
|
||||
export function findGroup(accessor: ServicesAccessor, editor: IUntypedEditorInput, preferredGroup: PreferredGroup | undefined): [IEditorGroup, EditorActivation | undefined];
|
||||
export function findGroup(accessor: ServicesAccessor, editor: EditorInputWithOptions, preferredGroup: PreferredGroup | undefined): [IEditorGroup, EditorActivation | undefined];
|
||||
|
||||
Reference in New Issue
Block a user