Issue #3138799 by sja112, kkalashnikov: Fix "description" relevant typos in core
(cherry picked from commit 9be077ff51
)
merge-requests/64/head
parent
39c69cbe54
commit
010fa86a29
|
@ -41,7 +41,7 @@ class FormTestPatternForm extends FormBase {
|
||||||
$form['url'] = [
|
$form['url'] = [
|
||||||
'#type' => 'url',
|
'#type' => 'url',
|
||||||
'#title' => 'Client side validation',
|
'#title' => 'Client side validation',
|
||||||
'#decription' => 'Just client side validation, using the #pattern attribute.',
|
'#description' => 'Just client side validation, using the #pattern attribute.',
|
||||||
'#attributes' => [
|
'#attributes' => [
|
||||||
'pattern' => '.*foo.*',
|
'pattern' => '.*foo.*',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue