docs: Fix typo in faq.md (#1950)

[skip ci]
This commit is contained in:
Konstantin Popov
2021-11-18 13:49:45 +03:00
committed by GitHub
parent 54784ab842
commit cb1c8b9b81

2
faq.md
View File

@@ -96,7 +96,7 @@ nodemon (from 1.4.2 onwards) uses [Chokidar](https://www.npmjs.com/package/choki
If you find your files aren't being monitored, either nodemon isn't restarting, or it reports that zero files are being watched, then you may need the polling mode.
To enable polling use the the legacy flag either via the terminal:
To enable polling use the legacy flag either via the terminal:
```shell
$ nodemon --legacy-watch