Skip to content

Commit 2e6e58c

Browse files
committed
[Workflow] Fix a RST syntax issue related to a code example
1 parent 01a3f2d commit 2e6e58c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/workflow.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ logic in one place and not spread all over your application.
5757
Usage
5858
-----
5959

60+
Here's an example of using the workflow defined above::
61+
6062
// ...
6163
// Consider that $blogPost is in place "draft" by default
6264
$blogPost = new BlogPost();

0 commit comments

Comments
 (0)