From ae35979b8430c79ba6a14d9e59ae410660d06694 Mon Sep 17 00:00:00 2001 From: Matthias Dittrich Date: Thu, 23 Apr 2020 14:16:39 +0200 Subject: [PATCH] Fix typo --- help/markdown/core-targets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/markdown/core-targets.md b/help/markdown/core-targets.md index 5eee987d228..922e19a28d7 100644 --- a/help/markdown/core-targets.md +++ b/help/markdown/core-targets.md @@ -110,7 +110,7 @@ Now we have the following options: Example: ```fsharp -let args = Target.getArguments() // use this at the top of your script isntead of `Target.initEnvironment()` +let args = Target.getArguments() // use this at the top of your script instead of `Target.initEnvironment()` // So some stuff depending on the args match args with