diff --git a/JOJ3-Configuration-For-TAs.md b/JOJ3-Configuration-For-TAs.md
index c5e4c38..08dc53d 100644
--- a/JOJ3-Configuration-For-TAs.md
+++ b/JOJ3-Configuration-For-TAs.md
@@ -179,7 +179,7 @@ doesn't already have a parser implement in JOJ3
 #### Result-status parser
 
 - `comment [string]`: comment to display on successful run 
-- `forcequit [boolean]`: quit at the end of the stage if if the error status is not 0 (default: `false`)
+- `forcequit [boolean]`: quit at the end of the stage if if the error status is not 0 (default: `true`)
 - `score [int]`: score to assign on a successful run (default: `0`)
 
 *Note.* The main benefit of this parser is that it quits on failure. It could be used to exit at