Skip to content

Commit

Permalink
chore: fix typo (type-challenges#32075)
Browse files Browse the repository at this point in the history
  • Loading branch information
samurous authored Feb 6, 2024
1 parent e77262d commit 42ca0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-play.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42ca0ff

Please sign in to comment.