diff --git a/reference/forms/types/time.rst b/reference/forms/types/time.rst index a9d43b78dba..318c7777fc7 100644 --- a/reference/forms/types/time.rst +++ b/reference/forms/types/time.rst @@ -51,7 +51,7 @@ options are ``input`` and ``widget``. Suppose that you have a ``startTime`` field whose underlying time data is a ``DateTime`` object. The following configures the ``time`` type for that -field as three different choice fields: +field as two different choice fields: .. code-block:: php