Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 7, 2019
1 parent c53ee6f commit 1f84012
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ Default: `false`
If `true`, runs `command` inside of a shell. Uses `/bin/sh` on UNIX and `cmd.exe` on Windows. A different shell can be specified as a string. The shell should understand the `-c` switch on UNIX or `/d /s /c` on Windows.

We recommend against using this option since it is:
- not cross-platform: it encourages using shell-specific syntax.
- slower: it interprets the command through a shell interpreter.
- unsafe: it allows for command injection.
- not cross-platform, encouraging shell-specific syntax.
- slower, because of the additional shell interpretation.
- unsafe, allowing command injection.

#### stripFinalNewline

Expand Down

0 comments on commit 1f84012

Please sign in to comment.