Issue #3138799 by sja112, kkalashnikov: Fix "description" relevant typos in core

(cherry picked from commit 9be077ff51)
merge-requests/64/head
xjm 2020-05-28 20:48:47 -05:00
parent 39c69cbe54
commit 010fa86a29
1 changed files with 1 additions and 1 deletions

View File

@ -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.*',
],