Skip to content

Commit 2880f35

Browse files
committed
Fix typo
1 parent 321e72c commit 2880f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/php/api/form_builder/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ A maximum of `null` signals that no maximum value has been set.
368368
`IMaximumLengthFormField` has to be implemented by form fields if the entered value must have a maximum length.
369369
The implementing class has to implement the methods `maximumLength($maximumLength = null)`, `getMaximumLength()`, and `validateMaximumLength($text, Language $language = null)`.
370370
A maximum length of `null` signals that no maximum length has been set.
371-
`TMaximumLengthFormField` provides a default implementation of these two methods.
371+
`TMaximumLengthFormField` provides a default implementation of these three methods.
372372

373373
!!! warning "The implementing class has to validate the entered value against the maximum value manually by calling `validateMaximumLength()`."
374374

0 commit comments

Comments
 (0)