Skip to content

Commit 814d8c4

Browse files
committed
[symfony#7159] typo fix
1 parent d2a1c23 commit 814d8c4

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
@@ -129,7 +129,7 @@ are done doing other stuff::
129129
If a ``Response`` is sent **before** a child process had a chance to complete,
130130
the server process will be killed (depending on your OS). It means that
131131
your task will be stopped right away. Running an asynchronous process
132-
is not the same as running a process that survives it parent process.
132+
is not the same as running a process that survives its parent process.
133133

134134
If you want your process to survive the request/response cycle, you can
135135
take advantage of the ``kernel.terminate`` event, and run your command

0 commit comments

Comments
 (0)