提交 226868ae 编写于 作者: D Dirk Baeumer

Fixed wrong spelling

上级 2b320fa8
......@@ -45,7 +45,7 @@ namespace schema {
export function isValidMenuItems(menu: IUserFriendlyMenuItem[], collector: ExtensionMessageCollector): boolean {
if (!Array.isArray(menu)) {
collector.error(localize('requirearry', "menu items must be an arry"));
collector.error(localize('requirearray', "menu items must be an array"));
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册