We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc4c12 commit 3fd6d5eCopy full SHA for 3fd6d5e
1 file changed
MIGRATION.md
@@ -232,7 +232,7 @@ import fs from 'fs';
232
fs.createReadStream('path/to/file');
233
```
234
235
-Note that this function previously only worked on Node.j. If you're using Bun, you can use [`Bun.file`](https://bun.sh/docs/api/file-io) instead.
+Note that this function previously only worked on Node.js. If you're using Bun, you can use [`Bun.file`](https://bun.sh/docs/api/file-io) instead.
236
237
### Shims removal
238
0 commit comments