summaryrefslogtreecommitdiff
path: root/spec/migrations/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/migrations/README.md')
-rw-r--r--spec/migrations/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/README.md b/spec/migrations/README.md
index 45cf25b96de..49760fa62b8 100644
--- a/spec/migrations/README.md
+++ b/spec/migrations/README.md
@@ -89,5 +89,5 @@ end
## Best practices
1. Note that this type of tests do not run within the transaction, we use
-a truncation database cleanup strategy. Do not depend on transaction being
+a deletion database cleanup strategy. Do not depend on transaction being
present.