diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index cf3bdcaab2540d..379b5160b9f1d5 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -571,8 +571,6 @@ no-op, not an error. ## fs.watch(filename[, options][, listener]) - Stability: 2 - Stable. - Watch for changes on `filename`, where `filename` is either a file or a directory. The returned object is a [fs.FSWatcher](#fs_class_fs_fswatcher).