From ac77e25a3562ce9ea90e02c33eb4b9c5ff1ea0be Mon Sep 17 00:00:00 2001 From: "Sam E. Lawrence" Date: Mon, 24 Jul 2023 18:19:15 +0000 Subject: [PATCH] fix minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0d8b39..b94ee62 100644 --- a/README.md +++ b/README.md @@ -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) => {