diff --git a/doc/api/fs.md b/doc/api/fs.md index aa419ae16e1..5ca7cfac7e8 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7233,7 +7233,7 @@ try { ### Threadpool usage -All callback and promise-based file system APIs ( with the exception of +All callback and promise-based file system APIs (with the exception of `fs.FSWatcher()`) use libuv's threadpool. This can have surprising and negative performance implications for some applications. See the [`UV_THREADPOOL_SIZE`][] documentation for more information.