From de0e72d8977a815e04509f7183613a7a0ab68238 Mon Sep 17 00:00:00 2001 From: gnito-org <70450336+gnito-org@users.noreply.github.com> Date: Tue, 14 Dec 2021 10:17:29 -0400 Subject: [PATCH] Correct spelling & grammar in 4.4 workflow.rst --- workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow.rst b/workflow.rst index dde07d94480..e858d045b0c 100644 --- a/workflow.rst +++ b/workflow.rst @@ -382,7 +382,7 @@ order: .. note:: The leaving and entering events are triggered even for transitions that stay - in same place. + in the same place. .. versionadded:: 4.3 @@ -432,7 +432,7 @@ workflow leaves a place:: Guard Events ~~~~~~~~~~~~ -There are a special kind of events called "Guard events". Their event listeners +There are special types of events called "Guard events". Their event listeners are invoked every time a call to ``Workflow::can()``, ``Workflow::apply()`` or ``Workflow::getEnabledTransitions()`` is executed. With the guard events you may add custom logic to decide which transitions should be blocked or not. Here is a