We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c4de17 + ac71fb2 commit 38be3a9Copy full SHA for 38be3a9
guides/source/testing.md
@@ -498,7 +498,7 @@ If the number of workers passed is 1 or fewer the processes will not be forked a
498
be parallelized and the tests will use the original `test-database` database.
499
500
Two hooks are provided, one runs when the process is forked, and one runs before the forked process is closed.
501
-These can be useful if your app uses multiple databases or perform other tasks that depend on the number of
+These can be useful if your app uses multiple databases or performs other tasks that depend on the number of
502
workers.
503
504
The `parallelize_setup` method is called right after the processes are forked. The `parallelize_teardown` method
0 commit comments