Skip to content

Commit

Permalink
doc: prose change for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Oct 20, 2021
1 parent 3ea7d60 commit 39ec877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -1147,7 +1147,7 @@ platform-specific. On macOS, Linux, and Windows, the promise will be rejected
with an error. On FreeBSD, a representation of the directory's contents will be
returned.
An example of reading a `package.json` file located in the same directory of the current module:
An example of reading a `package.json` file located in the same directory of the running code:
```mjs
import { readFile } from 'fs/promises';
Expand Down

0 comments on commit 39ec877

Please sign in to comment.