Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilos committed May 19, 2024
1 parent d80d630 commit 1db4762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/accordion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = component(
accordions.forEach(accordion => {
accordion.addEventListener('click', function () {
const sibling = this.nextElement
sibling.classList.toggle('${styles.content}')
sibling.classList.toggle('${styles.hidden}')
})
})
`,
Expand Down

0 comments on commit 1db4762

Please sign in to comment.