Skip to content

Commit f8ccbc7

Browse files
Update commandline-injection.md
This commit corrects `Tyy` to `Try`
1 parent 8bb3214 commit f8ccbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

general/development/policies/security/commandline-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ However, when there is no other option, it is the standard approach of cleaning
2525

2626
## What you need to do in your code
2727

28-
- Tyy to avoid using shell commands if at all possible.
28+
- Try to avoid using shell commands if at all possible.
2929
- Many utilities are available as PHP libraries.
3030
- If you can't avoid shell commands, use `escapeshellcmd` and `escapeshellarg`.
3131

0 commit comments

Comments
 (0)