From d1da76f43f707c8900fa30849b09278b8c765313 Mon Sep 17 00:00:00 2001 From: Sibiraj <20282546+sibiraj-s@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:16:59 +0530 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec4f4d4..2740c6b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ steps: Note: When using this option, options such as `ignore-path` will be resolved based on the specified directory and files outside this folder will be skipped too. -### Running linters on all files +### Running linter on all files Typically, if you only want to run eslint on all files, this action is unnecessary. However, there are specific situations, such as when a change is made to the `.eslintrc` file, where you may want to lint all files.