Skip to content
Snippets Groups Projects
Commit 9be077ff authored by Jess's avatar Jess
Browse files

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

parent 8acabfb7
No related branches found
No related tags found
No related merge requests found
......@@ -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.*',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment