Skip to content

Commit f0bf5d8

Browse files
committed
fix: typo in a comment
1 parent c3610a7 commit f0bf5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
// Cypress.Commands.add('dismiss', { prevSubject: 'optional'}, (subject, options) => { ... })
2222
//
2323
//
24-
// -- This is will overwrite an existing command --
24+
// -- This will overwrite an existing command --
2525
// Cypress.Commands.overwrite('visit', (originalFn, url, options) => { ... })

0 commit comments

Comments
 (0)