Skip to content

Commit 2ca5150

Browse files
committed
Fix typo
1 parent 5072f14 commit 2ca5150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/init-stack/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async function main() {
196196
{
197197
type: "confirm",
198198
name: "ready",
199-
message: `Found a Next.js project at ${projectPath}. Ready to install Stack?`,
199+
message: `Found a Next.js project at ${projectPath} — ready to install Stack?`,
200200
default: true,
201201
},
202202
]);

0 commit comments

Comments
 (0)