File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ order:
382
382
.. note ::
383
383
384
384
The leaving and entering events are triggered even for transitions that stay
385
- in same place.
385
+ in the same place.
386
386
387
387
.. versionadded :: 4.3
388
388
@@ -432,7 +432,7 @@ workflow leaves a place::
432
432
Guard Events
433
433
~~~~~~~~~~~~
434
434
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
436
436
are invoked every time a call to ``Workflow::can() ``, ``Workflow::apply() `` or
437
437
``Workflow::getEnabledTransitions() `` is executed. With the guard events you may
438
438
add custom logic to decide which transitions should be blocked or not. Here is a
You can’t perform that action at this time.
0 commit comments