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:
Diffstat (limited to 'doc/development/event_store.md')
-rw-r--r--doc/development/event_store.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/event_store.md b/doc/development/event_store.md
index 85dfdf8b8ef..7f2b9c86d27 100644
--- a/doc/development/event_store.md
+++ b/doc/development/event_store.md
@@ -285,7 +285,7 @@ This technique can avoid scheduling Sidekiq jobs if the subscriber is interested
small subset of events.
WARNING:
-When using conditional dispatch it must contain only cheap conditions because they are
+When using conditional dispatch it must contain only cheap conditions because they are
executed synchronously every time the given event is published.
For complex conditions it's best to subscribe to all the events and then handle the logic