fixed comment error (#38724)

This commit is contained in:
MarceloDamian 2020-05-04 04:05:06 -04:00 committed by GitHub
parent e23b4e1abf
commit b42671ec41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,5 +29,5 @@
// );
//
//
// -- This is will overwrite an existing command --
// -- This will overwrite an existing command --
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => {});