Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix - Wrong link in bento-accordion readme file #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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