Skip to content

Commit f1ffb98

Browse files
committed
fix: typo
1 parent ff617a0 commit f1ffb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = async (argvs) => {
2828
const { override } = await prompts({
2929
type: "confirm",
3030
name: "override",
31-
message: `${targetDir} is not empty folder, proceed?`,
31+
message: `${targetDir} is not an empty folder, proceed?`,
3232
initial: true,
3333
});
3434

0 commit comments

Comments
 (0)