Skip to content

Commit 008f07a

Browse files
authored
chore: a typo in comment (#8150)
1 parent 4977450 commit 008f07a

File tree

1 file changed

+1
-1
lines changed
  • packages/driver/src/cy/commands/actions

1 file changed

+1
-1
lines changed

packages/driver/src/cy/commands/actions/click.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = (Commands, Cypress, cy, state, config) => {
143143
}
144144

145145
// must use callbacks here instead of .then()
146-
// because we're issuing the clicks synchonrously
146+
// because we're issuing the clicks synchronously
147147
// once we establish the coordinates and the element
148148
// passes all of the internal checks
149149
return $actionability.verify(cy, $el, options, {

0 commit comments

Comments
 (0)