From d28eedba3a789e6ab2b54fc41316f9a0c12d7038 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 f4d1c555ff890e..72846087466251 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3645,7 +3645,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.