diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
index c7f8b180393b219820923199deedfff9145b8d63..2a9767769429254f48de7d2c8f5cab4abf1d6837 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_examples.md
@@ -153,7 +153,7 @@ E.g., if you specify `--gres=gpu:2`, your total number of cores per node (meanin
 `ntasks`*`cpus-per-task`) may not exceed 12 on Alpha Centauri.
 
 Note that this also has implications for the use of the `--exclusive` parameter.
-Since this sets the number of allocated cores to the maximum, you also **must** request all GPUs 
+Since this sets the number of allocated cores to the maximum, you also **must** request all GPUs
 otherwise your job will not start.
 In the case of `--exclusive`, it won't be denied on submission,
 because this is evaluated in a later scheduling step.