Skip to content

Commit 2596f4b

Browse files
committed
chore: update wording
1 parent 3b7b558 commit 2596f4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function createBuildTask(isJXA = false): Promise<void> {
9696

9797
if (await fileExists(buildFile)) {
9898
window.showErrorMessage(
99-
'This workspace already has a task file. If you want to override it, delete it manually and try again.',
99+
'This workspace already has a task file. If you want to overwrite it, delete it manually and try again.',
100100
);
101101
return;
102102
}

0 commit comments

Comments
 (0)