Skip to content

Commit 380b01d

Browse files
authored
Fix typo
Change "scarifying" to "sacrificing"
1 parent 2dd3ed4 commit 380b01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/database.rst

Lines changed: 1 addition & 1 deletion
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)