Skip to content

Commit 1da744e

Browse files
committed
fix(create): rename "other" to "other directory" in monorepo parent dir prompt
1 parent d44e54d commit 1da744e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/create/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ Use \`vp create --list\` to list all available templates, or run \`vp create --h
332332
}
333333

334334
dirOptions.push({
335-
label: 'other',
335+
label: 'other directory',
336336
value: 'other',
337337
hint: 'Enter a custom target directory',
338338
});

0 commit comments

Comments
 (0)