Prefer American spelling 'canceled' (#4676)

This commit is contained in:
Jennifer Shehane
2019-07-09 21:15:04 +06:30
committed by GitHub
parent 52ca8ed839
commit 13b5a0acda
17 changed files with 29 additions and 29 deletions

View File

@@ -185,7 +185,7 @@ export const moveBinaries = async (args = []) => {
try {
await prompts.shouldCopy()
} catch (e) {
console.log('Copying has been cancelled')
console.log('Copying has been canceled')
return
}