From 47b9e8ab5fedc791679f65edd732cd4c509188ec Mon Sep 17 00:00:00 2001 From: Adam Duffield Date: Thu, 15 Mar 2018 09:44:55 +0000 Subject: [PATCH] Fix typo on Method for getSubject Docs Typo causes a 404 not found when referencing the getSubject method of the workflow documentation. --- workflow/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index 4e94c47fdd6..814fcf7f198 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -349,7 +349,7 @@ This means that each event has access to the following information: :method:`Symfony\\Component\\Workflow\\Event\\Event::getMarking` Returns the :class:`Symfony\\Component\\Workflow\\Marking` of the workflow. -:method:`Symfony\\Component\\Worflow\\Event\\Event::getSubject` +:method:`Symfony\\Component\\Workflow\\Event\\Event::getSubject` Returns the object that dispatches the event. :method:`Symfony\\Component\\Workflow\\Event\\Event::getTransition`