Skip to content
Snippets Groups Projects

Issue #3471998 - Fix spell

17 files
+ 45
26
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -38,7 +38,7 @@ class SimpleForm extends FormBase {
$form['name'] = [
'#type' => 'textfield',
'#title' => $this->t('Name'),
'#description' => $this->t('The Value should be JonhDoe.'),
'#description' => $this->t('The Value should be JohnDoe.'),
'#validators' => [
['rule' => 'length[7]', 'error' => 'Wrong name size of field %field.'],
'custom_validator',
Loading