Skip to content

Commit e7c23ef

Browse files
committed
minor #16256 Correct spelling & grammar in 4.4 workflow.rst (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 workflow.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- de0e72d Correct spelling & grammar in 4.4 workflow.rst
2 parents 264ff71 + de0e72d commit e7c23ef

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)