Skip to content

Commit c2b5a00

Browse files
committed
Merge branch '4.2'
* 4.2: [Workflow] Quick typo fix
2 parents 7a838f0 + 38e5055 commit c2b5a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ how a blog post goes from draft to review and publish. Another example is when a
99
user submits a series of different forms to complete a task. Such processes are
1010
best kept away from your models and should be defined in configuration.
1111

12-
A **definition** of a workflow consist of places and actions to get from one
12+
A **definition** of a workflow consists of places and actions to get from one
1313
place to another. The actions are called **transitions**. A workflow does also
1414
need to know each object's position in the workflow. That **marking store**
1515
writes to a property of the object to remember the current place.
@@ -32,7 +32,7 @@ workflow below describes the process to fill in a job application.
3232
.. image:: /_images/components/workflow/job_application.png
3333

3434
When you fill in a job application in this example there are 4 to 7 steps
35-
depending on the what job you are applying for. Some jobs require personality
35+
depending on the job you are applying for. Some jobs require personality
3636
tests, logic tests and/or formal requirements to be answered by the user. Some
3737
jobs don't. The ``GuardEvent`` is used to decide what next steps are allowed for
3838
a specific application.

0 commit comments

Comments
 (0)