Skip to content

Commit

Permalink
Merge pull request #139 from samelawrence/codespace-samelawrence-caut…
Browse files Browse the repository at this point in the history
…ious-giggle-p75g94gvrfr79r

fix minor typo
  • Loading branch information
bierik authored Aug 4, 2023
2 parents 27d6f01 + ac77e25 commit 351091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ So, all options from https://docs.cypress.io/api/commands/trigger#Arguments are

### Check command outcome

The `drag` command is able to tell wether the drag attempt was successful or not. So, the command will yield `true` when the drag attempt was successful and `false` otherwise:
The `drag` command is able to tell whether the drag attempt was successful or not. So, the command will yield `true` when the drag attempt was successful and `false` otherwise:

``` javascript
cy.get('.sourceitem').drag('.target').then((success) => {
Expand Down

0 comments on commit 351091e

Please sign in to comment.