summaryrefslogtreecommitdiff
path: root/doc/development/transient/prevention-patterns.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/transient/prevention-patterns.md')
-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.