Skip to content

Commit 204e87f

Browse files
martin05xabbuh
authored andcommitted
Update usage.rst
1 parent dbee0be commit 204e87f

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
@@ -214,7 +214,7 @@ Here is an example how to enable logging for every time a the "blog_publishing"
214214
public function onLeave(Event $event)
215215
{
216216
$this->logger->alert(sprintf(
217-
'Blog post (id: "%s") preformed transaction "%s" form "%s" to "%s"',
217+
'Blog post (id: "%s") performed transaction "%s" from "%s" to "%s"',
218218
$event->getSubject()->getId(),
219219
$event->getTransition()->getName(),
220220
implode(', ', array_keys($event->getMarking()->getPlaces())),

0 commit comments

Comments
 (0)