Skip to content

Commit

Permalink
fix: hotfix of file termination
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd authored Mar 8, 2024
1 parent a7d2589 commit e590baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ layout: home
( // ensure you have a `package.json` file for this test!
createReadStream('package.json'),
createGzip(),
createWriteStream('package.json')
createWriteStream('package.json.gz')
);
```

Expand Down

0 comments on commit e590baa

Please sign in to comment.