diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 6cc992233b..ba3a9d811f 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -29,5 +29,5 @@ // ); // // -// -- This is will overwrite an existing command -- +// -- This will overwrite an existing command -- // Cypress.Commands.overwrite('visit', (originalFn, url, options) => {});