From 506fcd550235fb8cbb910fb7701ff2755e3083f8 Mon Sep 17 00:00:00 2001 From: Stackashu Date: Sun, 23 Nov 2025 14:51:11 +0530 Subject: [PATCH] fixed typo in readme.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 560b39604..d6de2d998 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ npm test -- 'LinkedList' **Troubleshooting** -If linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: +In case of linting or testing is failing, try to delete the `node_modules` folder and re-install npm packages: ``` rm -rf ./node_modules