mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
chore: fix typo (#32075)
This commit is contained in:
parent
e77262dba6
commit
42ca0ff8db
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user