Skip to content

Commit

Permalink
Merge pull request #16846 from Eric-Guo/typo_fix_stimulus
Browse files Browse the repository at this point in the history
Typo fix: ExxpandableListController -> ExpandableListController
  • Loading branch information
ulferts authored Sep 30, 2024
2 parents 3273336 + fbab500 commit 6ab8a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import { Controller } from '@hotwired/stimulus';

export default class ExxpandableListController extends Controller {
export default class ExpandableListController extends Controller {
static targets = ['hiddenElements', 'showButton'];
declare readonly hiddenElementsTarget:HTMLElement;
declare readonly showButtonTarget:HTMLElement;
Expand Down

0 comments on commit 6ab8a12

Please sign in to comment.