mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-26 19:09:32 -06:00
Prefer American spelling 'canceled' (#4676)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user