Skip to content

Commit eb20dc8

Browse files
committed
Fixer minor issues
1 parent 974dfef commit eb20dc8

18 files changed

+19
-19
lines changed

reference/forms/types/country.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ you should just use the ``choice`` type directly.
2323
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2424
+-------------+-----------------------------------------------------------------------+
2525
| Overridden | - `choices`_ |
26-
| Options | |
26+
| options | |
2727
+-------------+-----------------------------------------------------------------------+
2828
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
2929
| options | |

reference/forms/types/currency.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you should just use the ``choice`` type directly.
1717
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
1818
+-------------+------------------------------------------------------------------------+
1919
| Overridden | - `choices`_ |
20-
| Options | |
20+
| options | |
2121
+-------------+------------------------------------------------------------------------+
2222
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
2323
| options | |

reference/forms/types/date.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ day and year) or three select boxes (see the `widget`_ option).
2929
| | - `widget`_ |
3030
| | - `years`_ |
3131
+----------------------+-----------------------------------------------------------------------------+
32-
| Overridden Options | - `by_reference`_ |
32+
| Overridden options | - `by_reference`_ |
3333
| | - `compound`_ |
3434
| | - `data_class`_ |
3535
| | - `error_bubbling`_ |

reference/forms/types/datetime.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the data can be a ``DateTime`` object, a string, a timestamp or an array.
1515
+----------------------+-----------------------------------------------------------------------------+
1616
| Rendered as | single text box or three select fields |
1717
+----------------------+-----------------------------------------------------------------------------+
18-
| Overridden Options | - `by_reference`_ |
18+
| Overridden options | - `by_reference`_ |
1919
| | - `compound`_ |
2020
| | - `data_class`_ |
2121
| | - `error_bubbling`_ |

reference/forms/types/entity.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ objects from the database.
1919
| | - `property`_ |
2020
| | - `query_builder`_ |
2121
+-------------+------------------------------------------------------------------+
22-
| Overriden | - `choice_list`_ |
23-
| options | - `choices`_ |
22+
| Overridden | - `choices`_ |
23+
| options | - `choice_list`_ |
2424
+-------------+------------------------------------------------------------------+
2525
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type: |
2626
| options | |

reference/forms/types/file.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The ``file`` type represents a file input in your form.
1010
| Rendered as | ``input`` ``file`` field |
1111
+-------------+---------------------------------------------------------------------+
1212
| Overridden | - `compound`_ |
13-
| Options | - `data_class`_ |
13+
| options | - `data_class`_ |
1414
| | - `empty_data`_ |
1515
+-------------+---------------------------------------------------------------------+
1616
| Inherited | - `disabled`_ |

reference/forms/types/integer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ integers. By default, all non-integer values (e.g. 6.78) will round down
1717
| Rendered as | ``input`` ``number`` field |
1818
+-------------+-----------------------------------------------------------------------+
1919
| Overridden | - `compound`_ |
20-
| Options | |
20+
| options | |
2121
+-------------+-----------------------------------------------------------------------+
2222
| Options | - `grouping`_ |
2323
| | - `precision`_ |

reference/forms/types/language.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ you should just use the ``choice`` type directly.
2424
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2525
+-------------+------------------------------------------------------------------------+
2626
| Overridden | - `choices`_ |
27-
| Options | |
27+
| options | |
2828
+-------------+------------------------------------------------------------------------+
2929
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
3030
| options | |

reference/forms/types/locale.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ you should just use the ``choice`` type directly.
2626
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2727
+-------------+------------------------------------------------------------------------+
2828
| Overridden | - `choices`_ |
29-
| Options | |
29+
| options | |
3030
+-------------+------------------------------------------------------------------------+
3131
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
3232
| options | |

reference/forms/types/money.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ how the input and output of the data is handled.
1515
| Rendered as | ``input`` ``text`` field |
1616
+-------------+---------------------------------------------------------------------+
1717
| Overridden | - `compound`_ |
18-
| Options | |
18+
| options | |
1919
+-------------+---------------------------------------------------------------------+
2020
| Options | - `currency`_ |
2121
| | - `divisor`_ |

reference/forms/types/number.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ that you want to use for your number.
1212
| Rendered as | ``input`` ``text`` field |
1313
+-------------+----------------------------------------------------------------------+
1414
| Overridden | - `compound`_ |
15-
| Options | |
15+
| options | |
1616
+-------------+----------------------------------------------------------------------+
1717
| Options | - `grouping`_ |
1818
| | - `precision`_ |

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
data_class
22
~~~~~~~~~~
33

4-
**default**: ``null``
4+
**type**: ``string`` **default**: ``null``
55

66
The internal normalized representation of this type is an array, not a ``\DateTime``
77
object. Therefore, the ``data_class`` option is initialized to ``null`` to avoid

reference/forms/types/password.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The ``password`` field renders an input password text box.
1010
| Rendered as | ``input`` ``password`` field |
1111
+-------------+------------------------------------------------------------------------+
1212
| Overridden | - `trim`_ |
13-
| Options | |
13+
| options | |
1414
+-------------+------------------------------------------------------------------------+
1515
| Options | - `always_empty`_ |
1616
+-------------+------------------------------------------------------------------------+

reference/forms/types/percent.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This field adds a percentage sign "``%``" after the input box.
1616
| Rendered as | ``input`` ``text`` field |
1717
+-------------+-----------------------------------------------------------------------+
1818
| Overridden | - `compound`_ |
19-
| Options | |
19+
| options | |
2020
+-------------+-----------------------------------------------------------------------+
2121
| Options | - `precision`_ |
2222
| | - `type`_ |

reference/forms/types/repeated.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ accuracy.
2020
| | - `type`_ |
2121
+-------------+------------------------------------------------------------------------+
2222
| Overridden | - `error_bubbling`_ |
23-
| Options | |
23+
| options | |
2424
+-------------+------------------------------------------------------------------------+
2525
| Inherited | - `data`_ |
2626
| options | - `error_mapping`_ |

reference/forms/types/text.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The text field represents the most basic input text field.
1010
| Rendered as | ``input`` ``text`` field |
1111
+-------------+--------------------------------------------------------------------+
1212
| Overridden | - `compound`_ |
13-
| Options | |
13+
| options | |
1414
+-------------+--------------------------------------------------------------------+
1515
| Inherited | - `data`_ |
1616
| options | - `disabled`_ |

reference/forms/types/time.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stored as a ``DateTime`` object, a string, a timestamp or an array.
2626
| | - `with_minutes`_ |
2727
| | - `with_seconds`_ |
2828
+----------------------+-----------------------------------------------------------------------------+
29-
| Overridden Options | - `by_reference`_ |
29+
| Overridden options | - `by_reference`_ |
3030
| | - `compound`_ |
3131
| | - `data_class`_ |
3232
| | - `error_bubbling`_ |

reference/forms/types/timezone.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ you should just use the ``choice`` type directly.
1919
| Rendered as | can be various tags (see :ref:`forms-reference-choice-tags`) |
2020
+-------------+------------------------------------------------------------------------+
2121
| Overridden | - `choices`_ |
22-
| Options | |
22+
| options | |
2323
+-------------+------------------------------------------------------------------------+
2424
| Inherited | from the :doc:`choice </reference/forms/types/choice>` type |
2525
| options | |

0 commit comments

Comments
 (0)