diff --git a/doc/api/fs.md b/doc/api/fs.md index b485556a326fe3..b19deeb9807302 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1774,7 +1774,7 @@ added: * `signal` {AbortSignal} An {AbortSignal} used to signal when the watcher should stop. * Returns: {AsyncIterator} of objects with the properties: - * `eventType` {string} The type of change + * `eventType` {string} The type of change: `'change'` or `'rename'` * `filename` {string|Buffer|null} The name of the file changed. Returns an async iterator that watches for changes on `filename`, where `filename`