提交 cc282236 编写于 作者: P Pouya Kary 提交者: GitHub

Spelling problem fixed...

上级 13b6e6d0
...@@ -89,7 +89,7 @@ let findReferencesCommand: ICommandHandler = (accessor:ServicesAccessor, resourc ...@@ -89,7 +89,7 @@ let findReferencesCommand: ICommandHandler = (accessor:ServicesAccessor, resourc
throw new Error('illegal argument, uri'); throw new Error('illegal argument, uri');
} }
if (!position) { if (!position) {
throw new Error('illega argument, position'); throw new Error('illegal argument, position');
} }
return accessor.get(IEditorService).openEditor({ resource }).then(editor => { 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.
先完成此消息的编辑!
想要评论请 注册