diff --git a/doc/api/fs.md b/doc/api/fs.md index c8fa23cf7c4228..a3b069913ff38d 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -91,7 +91,7 @@ unlink('/tmp/hello', (err) => { The callback-based versions of the `fs` module APIs are preferable over the use of the promise APIs when maximal performance (both in terms of -execution time and memory allocation are required). +execution time and memory allocation) is required. ## Synchronous example