Skip to content
Snippets Groups Projects
Commit dd67ab2d authored by catch's avatar catch
Browse files

Issue #2762715 by pontus_nilsson: Typo in documentation for range form element

parent a4bc5fb6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
* Usage example:
* @code
* $form['quantity'] = array(
* '#type' => 'number',
* '#type' => 'range',
* '#title' => $this->t('Quantity'),
* );
* @endcode
......
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