Skip to content

Commit

Permalink
doc: fix grammar in fs.md
Browse files Browse the repository at this point in the history
PR-URL: #38818
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
  • Loading branch information
yotamselementor authored and danielleadams committed May 31, 2021
1 parent ab44106 commit 4e11971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e11971

Please sign in to comment.