Skip to content

Commit de0e72d

Browse files
committed
Correct spelling & grammar in 4.4 workflow.rst
1 parent 62c0653 commit de0e72d

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
@@ -382,7 +382,7 @@ order:
382382
.. note::
383383

384384
The leaving and entering events are triggered even for transitions that stay
385-
in same place.
385+
in the same place.
386386

387387
.. versionadded:: 4.3
388388

@@ -432,7 +432,7 @@ workflow leaves a place::
432432
Guard Events
433433
~~~~~~~~~~~~
434434

435-
There are a special kind of events called "Guard events". Their event listeners
435+
There are special types of events called "Guard events". Their event listeners
436436
are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or
437437
``Workflow::getEnabledTransitions()`` is executed. With the guard events you may
438438
add custom logic to decide which transitions should be blocked or not. Here is a

0 commit comments

Comments
 (0)