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 <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
  • Loading branch information
yotamselementor authored and aduh95 committed May 26, 2021
1 parent 308ab8a commit d28eedb
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 @@ -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.
Expand Down

0 comments on commit d28eedb

Please sign in to comment.