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:
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::
432432Guard 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
436436are invoked every time a call to ``Workflow::can() ``, ``Workflow::apply() `` or
437437``Workflow::getEnabledTransitions() `` is executed. With the guard events you may
438438add 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