Skip to content

Commit

Permalink
minor #5160 Update process.rst (sfdumi)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Update process.rst

Corrected verb form.

Commits
-------

22ff64d Update process.rst
  • Loading branch information
wouterj committed Apr 9, 2015
2 parents 0dc6204 + 22ff64d commit 73ccc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ when executing the command.
The ``getIncrementalOutput()`` and ``getIncrementalErrorOutput()`` methods
were introduced in Symfony 2.2.

The ``getOutput()`` method always return the whole content of the standard
The ``getOutput()`` method always returns the whole content of the standard
output of the command and ``getErrorOutput()`` the content of the error
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
Expand Down

0 comments on commit 73ccc8b

Please sign in to comment.