We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc6204 commit 22ff64dCopy full SHA for 22ff64d
components/process.rst
@@ -40,7 +40,7 @@ when executing the command.
40
The ``getIncrementalOutput()`` and ``getIncrementalErrorOutput()`` methods
41
were introduced in Symfony 2.2.
42
43
-The ``getOutput()`` method always return the whole content of the standard
+The ``getOutput()`` method always returns the whole content of the standard
44
output of the command and ``getErrorOutput()`` the content of the error
45
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
46
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
0 commit comments