diff --git a/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst b/typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst
index 9b1ab8493542f7d89f03698e011f7f32a3583312..9ec0c2b116ec799a54692e2bdf5822ef418e19a5 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: