From d85e954fb3e5082404b7ad8a0004c37f4462c932 Mon Sep 17 00:00:00 2001 From: Jan-Gerke Salomon Date: Wed, 25 Nov 2020 12:31:57 +0100 Subject: [PATCH] chore(commands index file): update deprication warning content --- packages/cypress-commands/src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cypress-commands/src/index.js b/packages/cypress-commands/src/index.js index 64e836ed..b54c54e2 100644 --- a/packages/cypress-commands/src/index.js +++ b/packages/cypress-commands/src/index.js @@ -15,7 +15,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.') }