Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid authored Apr 23, 2020
1 parent a6120ff commit ae35979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/markdown/core-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae35979

Please sign in to comment.