Removed duplicate "the" from documentation. (#59736)

This commit is contained in:
Adam Curtis
2018-10-01 20:30:06 -04:00
committed by Rachel Macfarlane
parent feffb38103
commit ccb63aacfa
5 changed files with 7 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ class MainThreadDocumentAndEditorStateComputer {
}
// active editor: if none of the previous editors had focus we try
// to match output panels or the the active workbench editor with
// to match output panels or the active workbench editor with
// one of editor we have just computed
if (!activeEditor) {
let candidate: IEditor;