Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Nov 7, 2024
1 parent 7a0ef35 commit 8c03b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ var cmd = Cli.Wrap("git")
```

> **Warning**:
> Unless you absolutely have to, avoid setting command line arguments directly from a string.
> Unless you absolutely have to, avoid setting command-line arguments directly from a string.
> This method expects all arguments to be correctly escaped and formatted ahead of time — which can be cumbersome to do yourself.
> Formatting errors may result in unexpected bugs and security vulnerabilities.
Expand Down

0 comments on commit 8c03b6f

Please sign in to comment.