diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 8fb1fd15ad56fad1d63ba923a5fbe44fabb2d0e2..4e078ce016f2c797a8485947ecf814be94ba602a 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -206,7 +206,7 @@ sbatch -A PROJECT-ID -p p05-synt ./script.sh
 ## Features
 
 Nodes have feature tags assigned to them.
-Users can select nodes based on the feature tags using --constrain option.
+Users can select nodes based on the feature tags using --constraint option.
 
 | Feature | Description |
 | ------ | ------ |
@@ -238,7 +238,7 @@ p05-synt01       x86_64,amd,milan,ib,ht
 ```
 
 ```
-$ salloc -A SERVICE -p p02-intel --constrain noht
+$ salloc -A SERVICE -p p02-intel --constraint noht
 ```
 
 ```