Skip to content

Commit b434c23

Browse files
fix(accordion mdx): fix syntax error
1 parent 443e3c7 commit b434c23

File tree

1 file changed

+5
-4
lines changed
  • apps/website/src/routes/docs/headless/(components)/accordion

1 file changed

+5
-4
lines changed

apps/website/src/routes/docs/headless/(components)/accordion/index.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,14 +318,15 @@ Thanks to `QwikIntrinsicAttributes` , you can use most if not all normal JSX pro
318318
name: 'onClick$',
319319
type: 'function',
320320
info: 'PropFunction<() => void>',
321-
description: 'A custom click handler that executes when the element is clicked.',
322-
},
323-
{
321+
description:
322+
'A custom click handler that executes when the element is clicked.',
323+
},
324+
{
324325
name: 'onKeyDown$',
325326
type: 'function',
327+
info: 'PropFunction<() => void>',
326328
description:
327329
'A custom click handler that executes when the key is pressed down.',
328-
},
329330
},
330331
]}
331332
/>

0 commit comments

Comments
 (0)