Skip to content

Commit 56f1538

Browse files
committed
minor #7942 Update usage.rst (martin05)
This PR was squashed before being merged into the 3.2 branch (closes #7942). Discussion ---------- Update usage.rst A small spelling mistake. Commits ------- 204e87f Update usage.rst
2 parents dbee0be + 204e87f commit 56f1538

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)