Skip to content

Commit 49ca620

Browse files
authored
Merge pull request #1208 from Fred-O-Nyarko/patch-1
Update commandline-injection.md
2 parents 8bb3214 + f8ccbc7 commit 49ca620

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)