Skip to content

Commit bc27bb1

Browse files
author
gregvanl
committed
2 parents 968ca62 + 3b3ce49 commit bc27bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/v1_71.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ export default function init(modules: { typescript: typeof import("typescript/li
427427
};
428428
```
429429

430-
Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can use Node.js APIs such as `fs`.
430+
Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can **not** use Node.js APIs such as `fs`.
431431

432432
### Disabled tree items
433433

0 commit comments

Comments
 (0)