From a1f7facee92e34ea91359ef8a3c493097322aab4 Mon Sep 17 00:00:00 2001 From: Andrew Carter Date: Fri, 10 Sep 2021 08:42:49 -0700 Subject: [PATCH] Spelling fix --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 7d7150df40..cb231d166c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -73,7 +73,7 @@ into individual strings e.g.: `"args": [ "-Param1", "foo" "-Recurse" ],` -At runtime these arguments will be concatenated togehter using a space +At runtime these arguments will be concatenated together using a space delimiter so it will result in the same string as the first `args` example. ### Setting the Working Directory