8000 [#12146] fix typos · symfony/symfony-docs@53e5098 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53e5098

Browse files
committed
[#12146] fix typos
1 parent aea2b64 commit 53e5098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/workflow.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,10 @@ Usage
7979
-----
8080

8181
When you have configured a ``Registry`` with your workflows,
82-
you can retreive a workflow from it and use it as follows::
82+
you can retrieve 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
8786
$blogPost = new BlogPost();
8887
$workflow = $registry->get($blogPost);
8988

0 commit comments

Comments
 (0)
0