8000 [#9988] fix minor typos · symfony/symfony-docs@2c5579b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c5579b

Browse files
committed
[#9988] fix minor typos
1 parent beca43f commit 2c5579b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/process.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ with a non-zero code)::
112112

113113
$process = new Process(array('/path/command', '--flag', 'arg 1', 'etc.'));
114114

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
115+
If you need to use stream redirections, conditional execution, or any other
116+
feature provided by the shell of your operating system, you can also define
117117
commands as strings.
118118

119119
Please note that each OS provides a different syntax for their command-lines

0 commit comments

Comments
 (0)
0