Skip to content

Commit 47b9e8a

Browse files
authored
Fix typo on Method for getSubject Docs
Typo causes a 404 not found when referencing the getSubject method of the workflow documentation.
1 parent 581d779 commit 47b9e8a

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)