We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beca43f commit 2c5579bCopy full SHA for 2c5579b
components/process.rst
@@ -112,8 +112,8 @@ with a non-zero code)::
112
113
$process = new Process(array('/path/command', '--flag', 'arg 1', 'etc.'));
114
115
- If you need use stream redirections, conditional execution, or any other
116
- features provided by the shell of your operating system, you can also define
+ If you need to use stream redirections, conditional execution, or any other
+ feature provided by the shell of your operating system, you can also define
117
commands as strings.
118
119
Please note that each OS provides a different syntax for their command-lines
0 commit comments