From b88ff18745faf3cd947e092e5107784687cefe1a Mon Sep 17 00:00:00 2001 From: osher Date: Sun, 8 Dec 2024 10:36:05 +0200 Subject: [PATCH] doc(apps/jspd) - small English correction on Exit Code docs --- apps/jscpd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jscpd/README.md b/apps/jscpd/README.md index a494d701..540565d5 100644 --- a/apps/jscpd/README.md +++ b/apps/jscpd/README.md @@ -315,7 +315,7 @@ Also you can use section in `package.json`: ### Exit code -By default, the tool exits with code 0 even code duplications were +By default, the tool exits with code 0 even when code duplications were detected. This behaviour can be changed by specifying a custom exit code for error states.