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 */