Skip to content

Commit

Permalink
Issue #3138799 by sja112, kkalashnikov: Fix "description" relevant ty…
Browse files Browse the repository at this point in the history
…pos in core

(cherry picked from commit 9be077ff51d2368fd5c0a0aaf1d6027f5afff846)
  • Loading branch information
xjm committed May 29, 2020
1 parent cddc627 commit a8b187c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$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.*',
],
Expand Down

0 comments on commit a8b187c

Please sign in to comment.