Skip to content

Commit 22ff64d

Browse files
committed
Update process.rst
1 parent 0dc6204 commit 22ff64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/process.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ when executing the command.
4040
The ``getIncrementalOutput()`` and ``getIncrementalErrorOutput()`` methods
4141
were introduced in Symfony 2.2.
4242

43-
The ``getOutput()`` method always return the whole content of the standard
43+
The ``getOutput()`` method always returns the whole content of the standard
4444
output of the command and ``getErrorOutput()`` the content of the error
4545
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
4646
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`

0 commit comments

Comments
 (0)