Skip to content

Commit 611a011

Browse files
committed
Fix typos
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent 3fe41fd commit 611a011

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
@@ -117,7 +117,7 @@ Stopping a Process
117117

118118
Any asynchronous process can be stopped at any time with the
119119
:method:`Symfony\\Component\\Process\\Process::stop` method. This method takes
120-
two arguments : a timeout and a signal. Once the timeout is reached, the signal
120+
two arguments: a timeout and a signal. Once the timeout is reached, the signal
121121
is sent to the running process. The default signal sent to a process is ``SIGKILL``.
122122
Please read the :ref:`signal documentation below<reference-process-signal>`
123123
to find out more about signal handling in the Process component::
@@ -217,7 +217,7 @@ Process Signals
217217
.. versionadded:: 2.3
218218
The ``signal`` method was introduced in Symfony 2.3.
219219

220-
When running a program asynchronously, you can send it posix signals with the
220+
When running a program asynchronously, you can send it POSIX signals with the
221221
:method:`Symfony\\Component\\Process\\Process::signal` method::
222222

223223
use Symfony\Component\Process\Process;

0 commit comments

Comments
 (0)