Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/en/components/bento-accordion.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,15 +612,15 @@ The Bento Accordion API allows you to respond to the following events:

This event is triggered on a section when an accordion section is expanded or collpased and is dispatched from the expanded section.

See [example](#events-example) below for example.
See [example](#events-example-1) below for example.

##### onCollapse

This event is triggered on a section when an accordion section is collapsed and is dispatched from the collapsed section.

In the example below, `section 1` listens for the `expand` event and expands `section 2` when it is expanded. `section 2` listens for the `collapse` event and collapses `section 1` when it is collapsed.

See [example](#events-example) below for example.
See [example](#events-example-1) below for example.

##### Events Example

Expand Down