Skip to content

Commit 83dc3b7

Browse files
MarcTrolljoshuaruesweg
authored andcommitted
fixed typo
fixed typo (split "canbe" to "can be")
1 parent 41960f7 commit 83dc3b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/php/api/form_builder/form_fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If `ItemListFormField::SAVE_VALUE_TYPE_ARRAY` is used as save value type, `ItemL
125125
`MultilineTextFormField` is a [text form field](#textformfield) that supports multiple rows of text.
126126
The methods `rows($rows)` and `getRows()` can be used to set and get the number of rows of the `textarea` elements.
127127
The default number of rows is `10`.
128-
These methods do **not**, however, restrict the number of text rows that canbe entered.
128+
These methods do **not**, however, restrict the number of text rows that can be entered.
129129

130130

131131
### `MultipleSelectionFormField`

0 commit comments

Comments
 (0)