diff --git a/workflow.rst b/workflow.rst index 5a52219ecd4..601fbb3944b 100644 --- a/workflow.rst +++ b/workflow.rst @@ -129,8 +129,8 @@ like this: 'enabled' => true ], 'marking_store' => [ - 'type' => 'method' - 'property' => 'currentPlace' + 'type' => 'method', + 'property' => 'currentPlace', ], 'supports' => [BlogPost::class], 'initial_marking' => 'draft',