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'] = [
|
||||
'#type' => 'url',
|
||||
'#title' => 'Client side validation',
|
||||
'#decription' => 'Just client side validation, using the #pattern attribute.',
|
||||
'#description' => 'Just client side validation, using the #pattern attribute.',
|
||||
'#attributes' => [
|
||||
'pattern' => '.*foo.*',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue