We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea2b64 commit 164d376Copy full SHA for 164d376
components/workflow.rst
@@ -83,7 +83,7 @@ you can retreive a workflow from it and use it as follows::
83
84
// ...
85
// Consider that $blogPost is in place "draft" by default
86
- // Consider that $post is in state "draft" by default
+ // Consider that $blogPost is in state "draft" by default
87
$blogPost = new BlogPost();
88
$workflow = $registry->get($blogPost);
89
0 commit comments