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 53e5098Copy full SHA for 53e5098
components/workflow.rst
@@ -79,11 +79,10 @@ Usage
79
-----
80
81
When you have configured a ``Registry`` with your workflows,
82
-you can retreive a workflow from it and use it as follows::
+you can retrieve 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
87
$blogPost = new BlogPost();
88
$workflow = $registry->get($blogPost);
89
0 commit comments