From 9710cc34b17d5ba2b7771613066ccf6900110054 Mon Sep 17 00:00:00 2001 From: Jeremy Jackson Date: Fri, 19 Jul 2019 20:27:05 +0000 Subject: Fixes typo in developer gotcha documentation --- doc/development/gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/development/gotchas.md b/doc/development/gotchas.md index 13dda17bb7d..941eea2609e 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. -- cgit v1.2.3