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

Merge pull request #8113 from shahmirn/master

Fix - instantiate was misspelled as instanciate
......@@ -844,7 +844,7 @@ export class QuickOpenController extends WorkbenchComponent implements IQuickOpe
return resolvedHandler;
}, (error) => {
return TPromise.wrapError('Unable to instanciate quick open handler ' + handler.moduleName + ' - ' + handler.ctorName + ': ' + JSON.stringify(error));
return TPromise.wrapError('Unable to instantiate quick open handler ' + handler.moduleName + ' - ' + handler.ctorName + ': ' + JSON.stringify(error));
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册