Skip to content

Commit bc50484

Browse files
author
LIBERT Jérémy
committed
Fix comma
1 parent 44988e0 commit bc50484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ like this:
129129
'enabled' => true
130130
],
131131
'marking_store' => [
132-
'type' => 'method'
133-
'property' => 'currentPlace'
132+
'type' => 'method',
133+
'property' => 'currentPlace',
134134
],
135135
'supports' => [BlogPost::class],
136136
'initial_marking' => 'draft',

0 commit comments

Comments
 (0)