From 646ba26f3511196284bf6f7ad9bcaf6b7fe9799a Mon Sep 17 00:00:00 2001
From: Ulf Markwardt <ulf.markwardt@tu-dresden.de>
Date: Thu, 23 Sep 2021 19:13:46 +0200
Subject: [PATCH] Update contribute_container.md

---
 contribute_container.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribute_container.md b/contribute_container.md
index 24dbf69a7..8c4aad86a 100644
--- a/contribute_container.md
+++ b/contribute_container.md
@@ -93,7 +93,7 @@ $DC "find docs -type f -name '*.md' | xargs -L1 markdown-link-check"
 For spell-checking a single file, , e.g.
 `doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md`, use:
 
-```$DC "./util/check-spelling.sh docs/software/big_data_frameworks.md"
+```$DC './util/check-spelling.sh docs/software/big_data_frameworks.md'
 ```
 
 For spell-checking all files, use:
-- 
GitLab