Skip to content

Commit c845048

Browse files
eerisonjaviereguiluz
authored andcommitted
Update choice_translation_parameters.rst.inc
Adding missing ";" for the `choice_translation_parameters` example
1 parent 4cf014e commit c845048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can specify the placeholder values as follows::
5959
return [];
6060
}
6161

62-
return ['%company%' => 'ACME Inc.']
62+
return ['%company%' => 'ACME Inc.'];
6363
},
6464
]);
6565

0 commit comments

Comments
 (0)