From 680f9a2bc9f11336d7d9e7acd470e35d027af86c Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Thu, 21 Oct 2021 17:27:49 +0200 Subject: [PATCH] A typo :-( --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index c3b3487c6..b6b21e231 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -70,7 +70,7 @@ there is a list of conventions w.r.t. spelling and technical wording. ### Long Options -* Use long over short options, e.g. `srun --nodes=2 --ntasks-per-node=4 ...` is prefered over +* Use long over short options, e.g. `srun --nodes=2 --ntasks-per-node=4 ...` is preferred over `srun -N 2 -n 4 ...` * Use `module` over the short front-end `ml` in documentation and examples -- GitLab