Skip to content

Commit

Permalink
Merge branch 'type-challenges:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
k8adev authored Feb 7, 2024
2 parents 84e55a8 + e3e4616 commit 7df78a1
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 7df78a1

Please sign in to comment.