From 588726bca3130b1c46186729afa92b31672b3ac0 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Fri, 14 Jun 2019 19:27:30 +0300 Subject: [PATCH] Fix trailling whitespace --- cli/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/types/index.d.ts b/cli/types/index.d.ts index e8137f181e24..b72433a14d37 100644 --- a/cli/types/index.d.ts +++ b/cli/types/index.d.ts @@ -1782,7 +1782,7 @@ declare namespace Cypress { * * @see https://on.cypress.io/writefile ``` - cy.writeFile('path/to/ascii.txt', 'Hello World', { + cy.writeFile('path/to/ascii.txt', 'Hello World', { flag: 'a+', encoding: 'ascii' }).then((text) => {