Skip to content

Commit 009617c

Browse files
fix: fixes variable codeblock size (#8425)
1 parent b213311 commit 009617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ layout: home
102102
createWriteStream('package.json.gz')
103103
);
104104

105-
// run with `node streams.mjs`
106105

106+
// run with `node streams.mjs`
107107
```
108108

109109
```js displayName="Work with Threads"

0 commit comments

Comments
 (0)