diff --git a/contribute_container.md b/contribute_container.md index 24dbf69a7cc3448fa7ffd19ea69b1a29d4691f85..8c4aad86a89feec5a1431d6f2833533e063b3097 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: