Skip to content

Commit 67eb256

Browse files
authored
Fix wrong parentheses match in documentation
1 parent 50a78d1 commit 67eb256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ like this:
129129
'marking_store' => [
130130
'type' => 'multiple_state', // or 'single_state'
131131
'arguments' => ['currentPlace'],
132-
),
132+
],
133133
'supports' => ['App\Entity\BlogPost'],
134134
'places' => [
135135
'draft',

0 commit comments

Comments
 (0)