Skip to content

Commit bd2c2c7

Browse files
committed
Minor reword
1 parent 21b89cf commit bd2c2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/dumping-workflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ with the ``WorkflowDumpCommand``:
2828

2929
.. code-block:: terminal
3030
31-
# Dump the workflow
3231
$ php bin/console workflow:dump name | dot -Tsvg -o graph.svg
33-
# Dump the workflow while highlighing place1 and place2
32+
33+
# highlight 'place1' and 'place2' in the dumped workflow
3434
$ php bin/console workflow:dump name place1 place2 | dot -Tsvg -o graph.svg
3535
3636
.. note::

0 commit comments

Comments
 (0)