Skip to content

Commit 7268250

Browse files
docs: fix typo in README.md (seperate → separately) (#1074)
1 parent 2fd7b6c commit 7268250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const fse = require('fs-extra')
6161

6262
### ESM
6363

64-
There is also an `fs-extra/esm` import, that supports both default and named exports. However, note that `fs` methods are not included in `fs-extra/esm`; you still need to import `fs` and/or `fs/promises` seperately:
64+
There is also an `fs-extra/esm` import, that supports both default and named exports. However, note that `fs` methods are not included in `fs-extra/esm`; you still need to import `fs` and/or `fs/promises` separately:
6565

6666
```js
6767
import { readFileSync } from 'fs'

0 commit comments

Comments
 (0)