chore: fix typo (#32075)

This commit is contained in:
samurous 2024-02-06 22:00:41 +01:00 committed by GitHub
parent e77262dba6
commit 42ca0ff8db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)