Skip to content

Commit

Permalink
docs: Fix typo in faq.md (#1950)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
KonstHardy committed Nov 18, 2021
1 parent 54784ab commit cb1c8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faq.md
Expand Up @@ -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
Expand Down

0 comments on commit cb1c8b9

Please sign in to comment.