From 164d37660e296994bf7c2841300e82f7898cf26e Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Tue, 13 Aug 2019 09:19:25 +0200 Subject: [PATCH] fix fail merge https://github.com/symfony/symfony-docs/pull/12146#discussion_r313141039 --- components/workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/workflow.rst b/components/workflow.rst index de936fa5baa..2d8658aef09 100644 --- a/components/workflow.rst +++ b/components/workflow.rst @@ -83,7 +83,7 @@ you can retreive a workflow from it and use it as follows:: // ... // Consider that $blogPost is in place "draft" by default - // Consider that $post is in state "draft" by default + // Consider that $blogPost is in state "draft" by default $blogPost = new BlogPost(); $workflow = $registry->get($blogPost);