File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Stage is a part of a [phase](#phase). There are three defined stages:
3939- Main
4040- After
4141
42- Before and After phases can be used to allow an actor to be run before or after any
42+ Before and After stages can be used to allow an actor to be run before or after any
4343other actors in the phase. This should be useful in some hooking scenarios, where
4444an action is supposed to be happening before or after another action. This way, other
4545actors could be influenced.
@@ -63,4 +63,4 @@ the repositories on the system.
6363
6464Workflow APIs are custom API classes that actors can use and automatically inherit their consumed and produced
6565messages. This way one can write a stable API for third party actor writers, without being affected by changes of
66- message model layout, name changes etc.
66+ message model layout, name changes etc.
You can’t perform that action at this time.
0 commit comments