Skip to content

Commit 38be3a9

Browse files
Merge pull request rails#43513 from kwiliarty/typo-subject-verb-agreement
Typo: subject-verb agreement in guide [ci-skip]
2 parents 9c4de17 + ac71fb2 commit 38be3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ If the number of workers passed is 1 or fewer the processes will not be forked a
498498
be parallelized and the tests will use the original `test-database` database.
499499

500500
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
501+
These can be useful if your app uses multiple databases or performs other tasks that depend on the number of
502502
workers.
503503

504504
The `parallelize_setup` method is called right after the processes are forked. The `parallelize_teardown` method

0 commit comments

Comments
 (0)