diff --git a/packages/cypress-commands/src/index.js b/packages/cypress-commands/src/index.js index b2615628..ebd64a3c 100644 --- a/packages/cypress-commands/src/index.js +++ b/packages/cypress-commands/src/index.js @@ -14,7 +14,7 @@ export { enableAutoLogin } from './setups/enableAutoLogin' // backward compatibility export const registerCommands = () => { - cy.log('The usage of `registerCommands` has been depricated') - cy.log('This function does nothing anymore and can be removed') - cy.log('Commands are registered automatically') + cy.log('The usage of `registerCommands` has been deprecated') + cy.log('It is now a no-op') + cy.log('commands are registered automatically.') }