Skip to content

Commit 17e10fe

Browse files
committed
minor #11105 Fix wrong parentheses match in documentation (tdutrion)
This PR was merged into the 4.2 branch. Discussion ---------- Fix wrong parentheses match in documentation There is a typo in the documentation, a squared bracket is opened, and then a bracket was closed. Commits ------- 67eb256 Fix wrong parentheses match in documentation
2 parents 50a78d1 + 67eb256 commit 17e10fe

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)