From 43c1dd415f799a87819a81ec8e3b56bc08008c4a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Fr=C3=B6mken?= <noreply@example.com>
Date: Wed, 24 Aug 2022 09:23:32 +0000
Subject: [PATCH] [TASK] Correct example for maximum of Count validator

Releases: main
Resolves: #98196
Change-Id: I55b2c082c96e580d345c32f04bc47d941e50425a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75540
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 typo3/sysext/form/Documentation/I/Concepts/Validators/Index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
GitLab