From 2ef0605467c5706cb15c8243d51c899a993a9236 Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 6 May 2024 11:27:04 +0200
Subject: [PATCH] Improve wording

---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 9323bdc80..1a1a9d2e8 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
@@ -165,13 +165,13 @@ allocation with desired switch count or the time limit expires. Acceptable time
 ## Interactive Jobs
 
 Interactive activities like editing, compiling, preparing experiments etc. are normally limited to
-the login nodes. For longer interactive sessions, you can allocate cores on the compute node with
-the command `salloc`. It takes the same options as `sbatch` to specify the required resources.
+the login nodes. For longer interactive sessions, you can allocate resources on the compute node
+with the command `salloc`. It takes the same options as `sbatch` to specify the required resources.
 
 `salloc` returns a new shell on the node where you submitted the job. You need to use the command
 `srun` in front of the following commands to have these commands executed on the allocated
-resources. If you allocate more than one task, please be aware that `srun` will run the command on
-each allocated task by default! To release the allocated resources, invoke the command `exit` or
+resources. If you request for  more than one task, please be aware that `srun` will run the command
+on each allocated task by default! To release the allocated resources, invoke the command `exit` or
 `scancel <jobid>`.
 
 ```console
-- 
GitLab