From 23b7b60e5016fa8e5d606e8309018d2dd1f8257b Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 16 Aug 2021 19:25:00 +0200 Subject: [PATCH] fix(create-gatsby): Clarify multi-choice instructions (#32827) --- packages/create-gatsby/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-gatsby/src/index.ts b/packages/create-gatsby/src/index.ts index a970a623426cf..bf487285a215f 100644 --- a/packages/create-gatsby/src/index.ts +++ b/packages/create-gatsby/src/index.ts @@ -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), }, ]