diff --git a/doc/api/fs.md b/doc/api/fs.md index 5b08e274a11a8c..fed61f238aa9a9 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7525,7 +7525,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.