Skip to content

Commit d5668a3

Browse files
committed
minor #9441 Fix typo on Method for getSubject Docs (ajduff14)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo on Method for getSubject Docs Typo causes a 404 not found when referencing the getSubject method of the workflow documentation. Earliest maintained version this occurs is 4.0 Commits ------- 47b9e8a Fix typo on Method for getSubject Docs
2 parents 581d779 + 47b9e8a commit d5668a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ This means that each event has access to the following information:
349349
:method:`Symfony\\Component\\Workflow\\Event\\Event::getMarking`
350350
Returns the :class:`Symfony\\Component\\Workflow\\Marking` of the workflow.
351351

352-
:method:`Symfony\\Component\\Worflow\\Event\\Event::getSubject`
352+
:method:`Symfony\\Component\\Workflow\\Event\\Event::getSubject`
353353
Returns the object that dispatches the event.
354354

355355
:method:`Symfony\\Component\\Workflow\\Event\\Event::getTransition`

0 commit comments

Comments
 (0)