@@ -22,7 +22,7 @@ you should just use the ``choice`` type directly.
2222+-------------+-----------------------------------------------------------------------+
2323| Rendered as| can be various tags (see:ref: `forms-reference-choice-tags `)|
2424+-------------+-----------------------------------------------------------------------+
25- | Overriden | - `choices `_|
25+ | Overridden | - `choices `_|
2626| Options| |
2727+-------------+-----------------------------------------------------------------------+
2828| Inherited| - `multiple `_|
@@ -39,15 +39,15 @@ you should just use the ``choice`` type directly.
3939| Class| :class: `Symfony\\ Component\\ Form\\ Extension\\ Core\\ Type\\ CountryType `|
4040+-------------+-----------------------------------------------------------------------+
4141
42- Overriden Options
43- -----------------
42+ Overridden Options
43+ ------------------
4444
4545choices
4646~~~~~~~
4747
4848**default **::method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayCountries `
4949
50- TheCountry type defaults the choices option to the all locales which are
50+ Thecountry type defaults the`` choices `` option to the all locales which are
5151returned by:method: `Symfony\\ Component\\ Locale\\ Locale::getDisplayCountries `.
5252It uses the default locale to determine the language.
5353