Skip to content

Commit

Permalink
[#7159] typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 13, 2017
1 parent d2a1c23 commit 814d8c4
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 @@ -129,7 +129,7 @@ are done doing other stuff::
If a ``Response`` is sent **before** a child process had a chance to complete,
the server process will be killed (depending on your OS). It means that
your task will be stopped right away. Running an asynchronous process
is not the same as running a process that survives it parent process.
is not the same as running a process that survives its parent process.

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

0 comments on commit 814d8c4

Please sign in to comment.