From 4e11971a769540ae3bbdbc10bd7baa399853a672 Mon Sep 17 00:00:00 2001 From: yotamselementor <83912471+yotamselementor@users.noreply.github.com> Date: Wed, 26 May 2021 14:45:48 +0300 Subject: [PATCH] doc: fix grammar in `fs.md` PR-URL: https://github.com/nodejs/node/pull/38818 Reviewed-By: Antoine du Hamel Reviewed-By: Harshitha K P --- doc/api/fs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index 366abb7a0735a4..d8456dbdb3a1f7 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3639,7 +3639,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.