Skip to content

Commit fe3dc51

Browse files
committed
Fix typo in /reference/forms/types/language.rst
1 parent 2ae36f3 commit fe3dc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The ``language`` type is a subset of the ``ChoiceType`` that allows the user
88
to select from a large list of languages. As an added bonus, the language names
99
are displayed in the language of the user.
1010

11-
The "value" for each locale is either the two letter ISO639-1 *language* code
11+
The "value" for each locale is the two-letter ISO639-1 *language* code
1212
(e.g. ``fr``).
1313

1414
.. note::

0 commit comments

Comments
 (0)