diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 6e577cc4c2c6..4af916bf5f86 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -1958,7 +1958,7 @@ declare namespace Cypress { * * @see https://on.cypress.io/title */ - title(options?: Partial): Chainable + title(options?: Partial): Chainable /** * Trigger an event on a DOM element.