Skip to content

Commit

Permalink
TASK: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
skurfuerst authored Mar 9, 2022
1 parent 2e4a673 commit 730c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ updated after the events are stored.

**How can we force a projection (or another event listener) to run synchronously?**

You can call the `Neos\EventSourcing\EventListener\EventListenerInvoker::catchup()` method directly - this calls then
You can call the `Neos\EventSourcing\EventListener\EventListenerInvoker::catchup()` method directly - this then calls
the projectors (and other event listeners as needed).

Best is if you create a service which contains the following snippet for each projector you want to update synchronously:
Expand Down

0 comments on commit 730c041

Please sign in to comment.