diff --git a/README.md b/README.md index 4a870ccf..f261b86e 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ npm test -- 'LinkedList' **Troubleshooting** -In case if linting or testing is failing try to delete the `node_modules` folder and re-install npm packages: +If linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: ``` rm -rf ./node_modules