Skip to content

Commit 3fd6d5e

Browse files
chore(docs): fix typo (#197)
1 parent 3cc4c12 commit 3fd6d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ import fs from 'fs';
232232
fs.createReadStream('path/to/file');
233233
```
234234

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.
235+
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.
236236

237237
### Shims removal
238238

0 commit comments

Comments
 (0)