From 7b1ddf3a63d730e69488f870871728dfad927258 Mon Sep 17 00:00:00 2001
From: Lukas Werner <lks.werner@fau.de>
Date: Tue, 10 Aug 2021 15:36:07 +0200
Subject: [PATCH] Fix type in documentation

---
 documentation/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/README.md b/documentation/README.md
index 08f098c..751a261 100644
--- a/documentation/README.md
+++ b/documentation/README.md
@@ -63,7 +63,7 @@ variables:
 ...
 ```
 
-To disable submission of an individual job, add `NO_SLURM_SUMIT: 1` to its variables.
+To disable submission of an individual job, add `NO_SLURM_SUBMIT: 1` to its variables.
 
 ## Notes
 
-- 
GitLab