diff --git a/doc/api/fs.md b/doc/api/fs.md index b47ce5f4c817d4..df5e789369d887 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -7553,7 +7553,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.