diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 6da3a07d4fc98a7b7e2f6112f9b87351e274dc79..8584466f796a0c6f70ad042e073e2cd82cf74919 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -50,10 +50,10 @@ Useful Slurm variables
 | variable name | description | example |
 | ------ | ------ | ------ |
 |SLURM_JOBID| job id of the executing job| 593 |
-|SLURM_JOB_NODELIST| nodes allocated to job | p03-amd[01-02] |
-|SLURM_JOB_NUM_NODES| number of nodes allocated to job | 2 |
-|SLURM_STEP_NODELIST| nodes allocated to job step | p03-amd01 |
-|SLURM_STEP_NUM_NODES| number of nodes allocated to job | 1 |
+|SLURM_JOB_NODELIST| nodes allocated to the job | p03-amd[01-02] |
+|SLURM_JOB_NUM_NODES| number of nodes allocated to the job | 2 |
+|SLURM_STEP_NODELIST| nodes allocated to the job step | p03-amd01 |
+|SLURM_STEP_NUM_NODES| number of nodes allocated to the job step | 1 |
 |SLURM_JOB_PARTITION| name of the partition | p03-amd |
 |SLURM_SUBMIT_DIR| submit directory | /scratch/project/open-xx-yy/work |