Skip to content

Commit

Permalink
Fix trailling whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Jun 14, 2019
1 parent f78f10c commit 588726b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 588726b

Please sign in to comment.