提交 734b971c 编写于 作者: B Benjamin Pasero 提交者: GitHub

Merge pull request #10375 from pmkary/patch-2

Spelling problem fixed...
......@@ -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 => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册