Skip to content

Commit 53fab68

Browse files
committed
Tweak
1 parent 2da3788 commit 53fab68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Accessing the Workflow in a Class
238238

239239
You can use the workflow inside a class by using
240240
:doc:`service autowiring </service_container/autowiring>` and using
241-
``camelCased workflow name + Workflow`` as parameter name. If it is a state machine type
242-
you can use ``camelCased workflow name + StateMachine``::
241+
``camelCased workflow name + Workflow`` as parameter name. If it is a state
242+
machine type, use ``camelCased workflow name + StateMachine``::
243243

244244
use App\Entity\BlogPost;
245245
use Symfony\Component\Workflow\WorkflowInterface;

0 commit comments

Comments
 (0)