Skip to content

Commit 7004826

Browse files
committed
chore: unselect -> deselect
1 parent 43ba4b5 commit 7004826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ async function init() {
263263

264264
if (!isFeatureFlagsUsed) {
265265
const features = await multiselect({
266-
message: `Select the features you want to enable: ${dim('(↑/↓ to navigate, space to select, a to select/unselect all, return to submit)')}`,
266+
message: `Select the features you want to enable: ${dim('(↑/↓ to navigate, space to select, a to select/deselect all, return to submit)')}`,
267267
options: [
268268
{ value: 'typescript', label: language.needsTypeScript.message },
269269
{ value: 'jsx', label: language.needsJsx.message },

0 commit comments

Comments
 (0)