diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index bc1ae160ac310223d63c7f5f256e107666705e54..0872627f9b9ebc20d437f21bba5bb0b2a988987f 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -98,7 +98,7 @@ at runtime) which you can find via `squeue --me`. The id allows you to
     'submit command  mpirun -n $ranks ./app' and replace it with 'srun ./app'
 
     ??? warning "Issues with mpirun"
-        Using `mpirun` on partitions alpha and ml leads to wrong resource distribution when more than
+        Using `mpirun` on partitions `alpha` and `ml` leads to wrong resource distribution when more than
         one node is involved. This yields a strange distribution like e.g. `SLURM_NTASKS_PER_NODE=15,1`
         even though `--tasks-per-node=8` was specified. Unless you really know what you're doing (e.g.
         use rank pinning via perl script), avoid using mpirun.