Skip to content
Snippets Groups Projects
Commit c134690a authored by Florent Torregrosa's avatar Florent Torregrosa Committed by Florent Torregrosa
Browse files

Issue #3265454 by Grimreaper: Fix Spellcheck

parent 2a5d492b
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@
background: #0072b9;
}
/* Fix element position when is presented inside dragable table */
/* Fix element position when is presented inside draggable table */
tr.draggable .form-type-select-icons {
display: inline-block;
}
......
name: 'Select Icons'
type: module
description: 'Provides FAPI select element with icons utilising jQuery UI.'
description: 'Provides FAPI select element with icons using jQuery UI.'
core_version_requirement: ^9 || ^10
package: 'Forms API'
dependencies:
......
......@@ -32,7 +32,7 @@ class SelectIconsElementIntegrationTest extends WebDriverTestBase {
/**
* Test select icons element.
*/
public function testSelecIconsRenderedFormElement(): void {
public function testSelectIconsRenderedFormElement(): void {
$this->drupalGet('select_icons_test/form_element');
$page = $this->getSession()->getPage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment