Skip to content

Commit 164d376

Browse files
fix fail merge symfony#12146 (comment)
1 parent aea2b64 commit 164d376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ you can retreive a workflow from it and use it as follows::
8383

8484
// ...
8585
// Consider that $blogPost is in place "draft" by default
86-
// Consider that $post is in state "draft" by default
86+
// Consider that $blogPost is in state "draft" by default
8787
$blogPost = new BlogPost();
8888
$workflow = $registry->get($blogPost);
8989

0 commit comments

Comments
 (0)