From 42ca0ff8db70ac72f2c4cfd21a0bda185f3ba345 Mon Sep 17 00:00:00 2001 From: samurous Date: Tue, 6 Feb 2024 22:00:41 +0100 Subject: [PATCH] chore: fix typo (#32075) --- scripts/generate-play.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-play.ts b/scripts/generate-play.ts index 0b39cafd..c3fefc44 100644 --- a/scripts/generate-play.ts +++ b/scripts/generate-play.ts @@ -104,7 +104,7 @@ async function generatePlayground() { let playgroundSnapshot: Snapshot if (process.argv.length === 3 && (process.argv[2] === '--keep-changes' || process.argv[2] === '-K')) { - console.log(c.bold(c.cyan('We will keep your chanegs while generating.\n'))) + console.log(c.bold(c.cyan('We will keep your changes while generating.\n'))) keepChanges = true playgroundSnapshot = await takeSnapshot(playgroundPath)