Skip to content

Commit e52c9d3

Browse files
authored
Some minor text optimizations
1 parent db4474f commit e52c9d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

workflow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Workflow
22
========
33

4-
Using the Workflow component inside a Symfony application requires to know first
4+
Using the Workflow component inside a Symfony application requires knowing first
55
some basic theory and concepts about workflows and state machines.
66
:doc:`Read this article </workflow/workflow-and-state-machine>` for a quick overview.
77

@@ -39,8 +39,8 @@ a ``Definition`` and a way to write the states to the objects (i.e. an
3939
instance of a :class:`Symfony\\Component\\Workflow\\MarkingStore\\MarkingStoreInterface`.)
4040

4141
Consider the following example for a blog post. A post can have these places:
42-
``draft``, ``reviewed``, ``rejected``, ``published``. You can define the workflow
43-
like this:
42+
``draft``, ``reviewed``, ``rejected``, ``published``. You could define the workflow as
43+
follows:
4444

4545
.. configuration-block::
4646

0 commit comments

Comments
 (0)