From 9dc7abe697af9e53fcd9783f6b2f5b2e223ba3c6 Mon Sep 17 00:00:00 2001 From: HRXN Date: Sun, 21 Mar 2021 17:19:19 +0100 Subject: Docs: Fix small typo --- docs/markdown/Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index 647d0fd..aec73ec 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -532,7 +532,7 @@ line switches. themselves. - Never use features of the Unix shell (or Windows shell for that - matter). Doing things like forwaring output with `>` or invoking + matter). Doing things like forwarding output with `>` or invoking multiple commands with `&&` are not permitted. Whenever these sorts of requirements show up, write an internal Python script with the desired functionality and use that instead. -- cgit v1.1