Skip to content

Commit 8f65e36

Browse files
committed
minor #12494 Fix typo (unlikenesses)
This PR was merged into the 4.3 branch. Discussion ---------- Fix typo Change "scarifying" to "sacrificing" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 380b01d Fix typo
2 parents 2dd3ed4 + 380b01d commit 8f65e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Now, enable it as a PHPUnit extension or listener:
5959
</listeners>
6060
</phpunit>
6161
62-
This bundle uses a clever trick to avoid side effects without scarifying
62+
This bundle uses a clever trick to avoid side effects without sacrificing
6363
performance: it begins a database transaction before every test and rolls it
6464
back automatically after the test finishes to undo all changes. Read more in the
6565
documentation of the `DAMADoctrineTestBundle`_.

0 commit comments

Comments
 (0)