diff --git a/docs.it4i/general/slurmtopbs.md b/docs.it4i/general/slurmtopbs.md
index bca80c1357ddc1cbb203ceae8b98df07ab6644fb..6ed722114545851512f96f0bcf6ce2f1bbd6a77e 100644
--- a/docs.it4i/general/slurmtopbs.md
+++ b/docs.it4i/general/slurmtopbs.md
@@ -1,6 +1,6 @@
 # Migrating From SLURM
 
-SLURM-optimized parallel jobs will not under PBS out of the box.
+SLURM-optimized parallel jobs will not run under PBS out of the box.
 Conversion to PBS standards is necessary. Here we provide hints on how to proceed.
 
 It is important to notice that `mpirun`  is used here as an alternative to the `srun` in SLURM. The `-n` flag is used to regulate the number of tasks spawned by the MPI. The path to the script being run by MPI must be absolute. The script rights should be set to allow execution and reading.