diff --git a/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst index 9b1ab8493542..9ec0c2b116ec 100644 --- a/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst +++ b/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst @@ -68,7 +68,7 @@ checks if the given value contains the specified amount of elements. The validator has 2 options: - Minimum [:yaml:`options.minimum`]: The minimum count to accept. -- Maximum [:yaml:`options.minimum`]: The maximum count to accept. +- Maximum [:yaml:`options.maximum`]: The maximum count to accept. .. _concepts-validators-date_range: