Merge pull request #10375 from pmkary/patch-2

Spelling problem fixed...
This commit is contained in:
Benjamin Pasero 2016-08-10 08:05:09 +02:00 committed by GitHub
commit 734b971c5b

View file

@ -89,7 +89,7 @@ let findReferencesCommand: ICommandHandler = (accessor:ServicesAccessor, resourc
throw new Error('illegal argument, uri');
}
if (!position) {
throw new Error('illega argument, position');
throw new Error('illegal argument, position');
}
return accessor.get(IEditorService).openEditor({ resource }).then(editor => {