Skip to content

Commit bef2cf8

Browse files
committed
Fix typo
Signed-off-by: paulober <[email protected]>
1 parent 5a53810 commit bef2cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/newProjectPanel.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ export class NewProjectPanel {
12841284
void window
12851285
.showErrorMessage(
12861286
"Swift dev snapshot is required for Swift project generation. Please install the latest downloadable 'main' Swift Development Snapshot from swift.org to use Embedded Swift.",
1287-
"Open instructions (section 1-2 only)"
1287+
"Open instructions (section 1,2,4 only)"
12881288
)
12891289
.then(selected => {
12901290
if (selected) {

0 commit comments

Comments
 (0)