Skip to content

Commit bea8aa9

Browse files
committed
chore: spell
1 parent f80a978 commit bea8aa9

File tree

1 file changed

+1
-1
lines changed
  • bin/accessibility-automation/cypress

1 file changed

+1
-1
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Cypress.on('command:start', async (command) => {
277277
if (!shouldScanTestForAccessibility) return;
278278

279279
cy.window().then((win) => {
280-
browserStackLog('Performsing scan form command ' + command.attributes.name);
280+
browserStackLog('Performing scan form command ' + command.attributes.name);
281281
cy.wrap(performScan(win, {method: command.attributes.name}), {timeout: 30000});
282282
})
283283
})

0 commit comments

Comments
 (0)