From ffd04a42a3c31e3ea8483bc58ed965f344e2667a Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 17 Oct 2024 00:29:27 +0800 Subject: [PATCH] fix: typos --- JOJ3-Configuration-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 5064682..1ab0f84 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -187,7 +187,7 @@ Not ready yet. - `comment.pass [string]`: comment to display when passing a test case (default: `"🥳Passed!"`) - `comment.fail [string]`: comment to display when failing a test case (default: `"🧐Failed..."`) -- `forcequit [boolean]`: quit OJ on a failed test case (default: `false` +- `forcequit [boolean]`: quit at the end of the stage if a test case fails (default: `false`) - `output.hide [boolean]`: hide diff output (default: `false`) - `output.ignorespaces [boolean]`: ignore white spaces in diff output (default: `true`) - `score [int]`: score awarded for passing the test case (default: `0`)