Skip to content

Commit 9df80c4

Browse files
committed
add trailing comma
1 parent 8dcc9e2 commit 9df80c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/forms/types/options/attr_translation_parameters.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can specify the placeholder values as follows::
2929
],
3030
'attr_translation_parameters' => [
3131
'%company%' => 'ACME Inc.',
32-
]
32+
],
3333
]);
3434

3535
The ``attr_translation_parameters`` option of children fields is merged with the

reference/forms/types/options/help_translation_parameters.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can specify the placeholder values as follows::
2424
'help' => 'form.order.id.help',
2525
'help_translation_parameters' => [
2626
'%company%' => 'ACME Inc.',
27-
]
27+
],
2828
]);
2929

3030
The ``help_translation_parameters`` option of children fields is merged with the

reference/forms/types/options/label_translation_parameters.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can specify the placeholder values as follows::
2424
'label' => 'form.order.id',
2525
'label_translation_parameters' => [
2626
'%company%' => 'ACME Inc.',
27-
]
27+
],
2828
]);
2929

3030
The ``label_translation_parameters`` option of children fields is merged with

0 commit comments

Comments
 (0)