From cb1c8b9b81d780814d01f1b66c70107744fd6da5 Mon Sep 17 00:00:00 2001 From: Konstantin Popov Date: Thu, 18 Nov 2021 13:49:45 +0300 Subject: [PATCH] docs: Fix typo in faq.md (#1950) [skip ci] --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index f782f26..b15e532 100644 --- a/faq.md +++ b/faq.md @@ -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