Skip to content

Commit d7e8262

Browse files
committed
bug symfony#3535 fix form type name. (yositani2002)
This PR was merged into the 2.3 branch. Discussion ---------- fix form type name. | Q | A | ------------- | --- | Doc fix? | [yes] | New docs? | [no] | Applies to | [all] | Fixed tickets | Commits ------- ef4014d fix form type.
2 parents 821af3b + ef4014d commit d7e8262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/timezone.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ or ``Europe/Istanbul``.
1212

1313
Unlike the ``choice`` type, you don't need to specify a ``choices`` or
1414
``choice_list`` option as the field type automatically uses a large list
15-
of locales. You *can* specify either of these options manually, but then
15+
of timezones. You *can* specify either of these options manually, but then
1616
you should just use the ``choice`` type directly.
1717

1818
+-------------+------------------------------------------------------------------------+

0 commit comments

Comments
 (0)