docs(accordion): fix typo (#2133)

This commit is contained in:
Robin 2023-12-16 16:36:00 +01:00 committed by GitHub
parent e551226ff2
commit 95ffa64d41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ Here's an example of how to customize the accordion styles:
| selectionBehavior | `toggle` \| `replace` | The accordion selection behavior. | `toggle` |
| isCompact | `boolean` | Whether all Accordion items should be smaller. | `false` |
| isDisabled | `boolean` | Whether the Accordion items are disabled. | |
| showDivider | `boolean` | WWhether to display a divider at the bottom of the each accordion item. | `true` |
| showDivider | `boolean` | Whether to display a divider at the bottom of the each accordion item. | `true` |
| DividerProps | [DividerProps](/docs/components/divider) | The divider component props. | - |
| hideIndicator | `boolean` | Whether the Accordion items indicator is hidden. | |
| disableAnimation | `boolean` | Whether the Accordion items open/close animation is disabled. | |