fix: typos

manuel 2024-10-17 00:29:27 +08:00
parent 3070a70f20
commit ffd04a42a3

@ -187,7 +187,7 @@ Not ready yet.
- `comment.pass [string]`: comment to display when passing a test case (default: `"🥳Passed!"`) - `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..."`) - `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.hide [boolean]`: hide diff output (default: `false`)
- `output.ignorespaces [boolean]`: ignore white spaces in diff output (default: `true`) - `output.ignorespaces [boolean]`: ignore white spaces in diff output (default: `true`)
- `score [int]`: score awarded for passing the test case (default: `0`) - `score [int]`: score awarded for passing the test case (default: `0`)