diff --git a/cli/types/cypress.d.ts b/cli/types/cypress.d.ts index 131e43bbda..6e577cc4c2 100644 --- a/cli/types/cypress.d.ts +++ b/cli/types/cypress.d.ts @@ -982,7 +982,7 @@ declare namespace Cypress { * .its('contentType') * .should('eq', 'text/html') */ - document(options?: Partial): Chainable + document(options?: Partial): Chainable /** * Iterate through an array like structure (arrays or objects with a length property).