Skip to content

Commit c32b4a8

Browse files
fixed naming
1 parent bbacdcf commit c32b4a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

symfony.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ Executor
9292
The executor is a basic service which executes a handler with the workload of a
9393
task. There are two ways: inline or process. One the The
9494
``InsideProcessExecutor`` calls the handler directly and on the other hand the
95-
``ProcessExecutor`` uses an own process to isolate each run.
95+
``SeparateProcessExecutor`` uses an own process to isolate each run.
9696

97-
We recommend using the ``SeparateProcessExecutor`` because there the tasks do not
98-
influence each other.
97+
We recommend using the ``SeparateProcessExecutor`` because there the tasks do
98+
not influence each other.
9999

100100
Configuration Reference
101101
-----------------------

0 commit comments

Comments
 (0)