Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
docs(mdc-icon-button): Fix event description (#2930)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp authored and kfranqueiro committed Jun 15, 2018
1 parent ca41ded commit c9f5560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-icon-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Property | Value Type | Description

Event Name | Event Data Structure | Description
--- | --- | ---
`MDCIconButtonToggle` | `{"detail": {"isOn": boolean}}` | Emits when the icon is toggled.
`MDCIconButtonToggle:change` | `{"detail": {"isOn": boolean}}` | Emits when the icon is toggled.

## Usage within Web Frameworks

Expand Down

0 comments on commit c9f5560

Please sign in to comment.