Skip to content

Commit 043eb0b

Browse files
committed
fix: Hello world
1 parent 1b1f5de commit 043eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export async function activate(context: flashpoint.ExtensionContext) {
1717

1818
return await flashpoint.dialogs.showMessageBox({
1919
'title': 'Hello World',
20-
'message': `Hei ${name}!`,
20+
'message': `Hello ${name}!`,
2121
'buttons': ['OK']
2222
});
2323

0 commit comments

Comments
 (0)