summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-07-19 21:55:01 +0000
committerStan Hu <stanhu@gmail.com>2019-07-19 21:55:01 +0000
commitcd3c6fc8d57f1189e70bc62459c0318715954139 (patch)
tree0fc59e93748da434ad80be55dee9a7b7f06a6e55
parenta85a233ffc5a8a06de16fd2a52b3fdb039cfae5b (diff)
parent9710cc34b17d5ba2b7771613066ccf6900110054 (diff)
downloadgitlab-ce-cd3c6fc8d57f1189e70bc62459c0318715954139.tar.gz
Merge branch 'patch-72' into 'master'
Fixes typo in developer documentation See merge request gitlab-org/gitlab-ce!30964
-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.