diff --git a/doc/api/fs.md b/doc/api/fs.md index 74e68bef69f0eb..780d19e76ac181 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4162,7 +4162,7 @@ to be notified of filesystem changes. * On IBM i systems, this feature is not supported. If the underlying functionality is not available for some reason, then -`fs.watch()` will not be able to function and may thrown an exception. +`fs.watch()` will not be able to function and may throw an exception. For example, watching files or directories can be unreliable, and in some cases impossible, on network file systems (NFS, SMB, etc) or host file systems when using virtualization software such as Vagrant or Docker.