Skip to content

Commit a2e72d1

Browse files
GatsbyJS BotLekoArtsvladar
authored
fix(create-gatsby): Clarify multi-choice instructions (#32827) (#32840)
(cherry picked from commit 23b7b60) Co-authored-by: Lennart <lekoarts@gmail.com> Co-authored-by: Vladimir Razuvaev <vladimir.razuvaev@gmail.com>
1 parent a0e2a77 commit a2e72d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-gatsby/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const questions = (initialFolderName: string, skip: boolean): any => [
102102
type: `multiselectinput`,
103103
name: `features`,
104104
message: `Would you like to install additional features with other plugins?`,
105-
hint: `(Multiple choice) Use arrow keys to move, enter to select, and choose "Done" to confirm your choices`,
105+
hint: `(Multiple choice) Use arrow keys to move, spacebar to select, and confirm with an enter on "Done"`,
106106
choices: makeChoices(features, true),
107107
},
108108
]

0 commit comments

Comments
 (0)