fixed typo
authorilou <8680610+ilouHD@users.noreply.github.com>
Sat, 10 Jul 2021 21:43:03 +0000 (23:43 +0200)
committerGitHub <noreply@github.com>
Sat, 10 Jul 2021 21:43:03 +0000 (23:43 +0200)
fixed typo (split "canbe" to "can be")

docs/php/api/form_builder/form_fields.md

index e6a2e6100138c7dcf421e21bfc23614a0173fbf6..71c99aed0f1bdffa54a3d9e58347bbbc32f886e4 100644 (file)
@@ -125,7 +125,7 @@ If `ItemListFormField::SAVE_VALUE_TYPE_ARRAY` is used as save value type, `ItemL
 `MultilineTextFormField` is a [text form field](#textformfield) that supports multiple rows of text.
 The methods `rows($rows)` and `getRows()` can be used to set and get the number of rows of the `textarea` elements.
 The default number of rows is `10`.
-These methods do **not**, however, restrict the number of text rows that canbe entered.
+These methods do **not**, however, restrict the number of text rows that can be entered.
 
 
 ### `MultipleSelectionFormField`