From ede4a6fd601cb74b1fa4f71f722aa3a3bdcef772 Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Wed, 17 Apr 2024 17:26:42 +0300 Subject: [PATCH] chore: fix incorrect description of `cy.clear` command (#29339) --- cli/types/cypress.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 526bb07f83fa..eb9a9527dbee 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -910,7 +910,7 @@ declare namespace Cypress { /** * Clear the value of an `input` or `textarea`. - * An alias for `.type({selectall}{backspace})` + * An alias for `.type({selectall}{del})` * * @see https://on.cypress.io/clear */