chore: fix typos

This commit is contained in:
Mr.Hope
2022-12-19 22:31:07 +08:00
parent f7c3737b6e
commit a415621ffb

View File

@ -19,7 +19,7 @@ export function activate(context: vscode.ExtensionContext) {
vscode.window.showErrorMessage('Error Notification');
});
// Notifcation with actions
// Notification with actions
const showWarningNotificationWithActions = vscode.commands.registerCommand('notifications-sample.showWarningWithActions', async () => {
const selection = await vscode.window.showWarningMessage('Warning Notification With Actions', 'Action 1', 'Action 2', 'Action 3');