Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilrajput03 authored Aug 19, 2022
1 parent 52090a4 commit 587d393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ task('watch', 'Start the file watcher')
try {
execSync(taskConfig.start, { stdio: 'inherit' })
} catch (error) {
console.log("Faile to execute 'start' script:", taskConfig.start)
console.log("Failed to execute 'start' script:", taskConfig.start)
console.error(error)
}
}
Expand Down

0 comments on commit 587d393

Please sign in to comment.