summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Jackson <jjackson@gitlab.com>2019-07-19 20:27:05 +0000
committerJeremy Jackson <jjackson@gitlab.com>2019-07-19 20:27:05 +0000
commit9710cc34b17d5ba2b7771613066ccf6900110054 (patch)
tree4a8ccefbd36efdee063cb148e479c51f0622e9c5
parenteb3f465e75ee1fc5ef582e9f01f921626d7cf5cc (diff)
downloadgitlab-ce-9710cc34b17d5ba2b7771613066ccf6900110054.tar.gz
Fixes typo in developer gotcha documentation
-rw-r--r--doc/development/gotchas.md2
1 files changed, 1 insertions, 1 deletions
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.