Skip to content

Commit 51b9dbd

Browse files
committed
bug symfony#12954 Fix Typo (belghiti)
This PR was submitted for the 4.4 branch but it was merged into the 3.4 branch instead (closes symfony#12954). Discussion ---------- Fix Typo Fix a typo in line 12 is build => is built <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ef087ab Fix Typo
2 parents 0c91dfc + ef087ab commit 51b9dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ option was not set. This is useful when using
99

1010
If you're using keyword translation messages as labels, you often end up having
1111
multiple keyword messages for the same label (e.g. ``profile_address_street``,
12-
``invoice_address_street``). This is because the label is build for each "path"
12+
``invoice_address_street``). This is because the label is built for each "path"
1313
to a field. To avoid duplicated keyword messages, you can configure the label
1414
format to a static value, like::
1515

0 commit comments

Comments
 (0)