Skip to content

Commit

Permalink
fix(create-gatsby): Clarify multi-choice instructions (#32827)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Aug 16, 2021
1 parent 8c820d1 commit 23b7b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-gatsby/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const questions = (initialFolderName: string, skip: boolean): any => [
type: `multiselectinput`,
name: `features`,
message: `Would you like to install additional features with other plugins?`,
hint: `(Multiple choice) Use arrow keys to move, enter to select, and choose "Done" to confirm your choices`,
hint: `(Multiple choice) Use arrow keys to move, spacebar to select, and confirm with an enter on "Done"`,
choices: makeChoices(features, true),
},
]
Expand Down

0 comments on commit 23b7b60

Please sign in to comment.