From bac957d15fd1830873ce348c8bf5865bf01662b9 Mon Sep 17 00:00:00 2001 From: Fred Zhang Date: Thu, 23 May 2024 11:07:56 -0700 Subject: [PATCH] Update typo in error message --- src/init/features/dataconnect/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init/features/dataconnect/index.ts b/src/init/features/dataconnect/index.ts index 620cb80ec70..f09ac8975d3 100644 --- a/src/init/features/dataconnect/index.ts +++ b/src/init/features/dataconnect/index.ts @@ -49,7 +49,7 @@ export async function doSetup(setup: Setup, config: Config): Promise { } if (instances.length) { cloudSqlInstanceId = await promptOnce({ - message: `Which CloudSSQL instance would you like to use?`, + message: `Which CloudSQL instance would you like to use?`, type: "list", choices, });