From 158d127c0a451fe6069662cff7e7c2f810f9fd5d Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 2 Nov 2025 10:54:00 +0800 Subject: [PATCH] Update Introduction to JOJ3 --- Introduction-to-JOJ3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction-to-JOJ3.md b/Introduction-to-JOJ3.md index cf01abe..36d5b05 100644 --- a/Introduction-to-JOJ3.md +++ b/Introduction-to-JOJ3.md @@ -38,7 +38,7 @@ The `scope` is defined and provided by TT for each task or each assignment. For The `message` should concisely describe the changes included in this commit. -The `footer` is used to specify what "steps" should be run, eg. `joj` to test the correctness or `build` to only compile. Footers can vary between courses and assignments, please refer to information provided by TT to know which ones are available. +The `footer` is used to specify what "stages" should be run, eg. `joj` to test the correctness or `build` to only compile. Footers can vary between courses and assignments, please refer to information provided by TT to know which ones are available. #### Examples