Skip to content

Commit b69cd77

Browse files
swapdiskpirat89
authored andcommitted
terminology fixes
1 parent 032c009 commit b69cd77

2 files changed

Lines changed: 30 additions & 29 deletions

File tree

docs/source/_static/images/inplace-upgrade-workflow.svg

Lines changed: 28 additions & 27 deletions
Loading

docs/source/terminology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4343
other actors in the phase. This should be useful in some hooking scenarios, where
4444
an action is supposed to be happening before or after another action. This way, other
4545
actors could be influenced.
@@ -63,4 +63,4 @@ the repositories on the system.
6363

6464
Workflow APIs are custom API classes that actors can use and automatically inherit their consumed and produced
6565
messages. 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.

0 commit comments

Comments
 (0)