Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-08 18:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-08 18:08:54 +0300
commit770d6dbfa7111324f994f12664a2036c7121602a (patch)
tree6611d1a22e646f47819053ca5e8aeaceb9cbee4f /doc/development/transient
parenteb2d243280ff0fd72d097a1426c05ce1a3501914 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/transient')
-rw-r--r--doc/development/transient/prevention-patterns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/transient/prevention-patterns.md b/doc/development/transient/prevention-patterns.md
index 4c1e4d373e7..2bfd188fd43 100644
--- a/doc/development/transient/prevention-patterns.md
+++ b/doc/development/transient/prevention-patterns.md
@@ -10,7 +10,7 @@ This page will cover architectural patterns and tips for developers to follow to
## Common root causes
-We've noticed a few root causes that come up frequently when addressing transient bugs.
+We've noticed a few root causes that come up frequently when addressing transient bugs.
- Needs better state management in the backend or frontend.
- Frontend code needs improvements.