Skip to content

Commit

Permalink
[docs] Fix typo (mantinedev#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
newt239 authored Apr 5, 2023
1 parent 7431aaa commit f068d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/core/Accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import { Accordion } from '@mantine/core';
function Demo() {
// Both items will be opened by default
return (
<Accordion defaultValue={['item-1', 'item-2']}>
<Accordion multiple defaultValue={['item-1', 'item-2']}>
<Accordion.Item value="item-1">
<Accordion.Control>control-1</Accordion.Control>
<Accordion.Panel>panel-1</Accordion.Panel>
Expand Down

0 comments on commit f068d2a

Please sign in to comment.