diff --git a/doc/development/gotchas.md b/doc/development/gotchas.md index 13dda17bb7dfdc1ee17b36cc8b2093b0534aa9c6..941eea2609e392915f8c07ac0e2944a237d449eb 100644 --- a/doc/development/gotchas.md +++ b/doc/development/gotchas.md @@ -53,7 +53,7 @@ When run, this spec doesn't do what we might expect: (compared using ==) ``` -That's because FactoryBot sequences are not reseted for each example. +This is because FactoryBot sequences are not reset for each example. Please remember that sequence-generated values exist only to avoid having to explicitly set attributes that have a uniqueness constraint when using a factory.