Skip to content

Commit 77bc250

Browse files
devversionjelbourn
authored andcommitted
docs(tabs): fix incorrect select change event name (#875)
* The current documentation didn't match with the source code of the tabs component, which says that the attribute should be `selectChange` instead of `selectedChange` Closes #856
1 parent c8c1699 commit 77bc250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ A basic tab group would have the following markup.
3535
| Name | Type | Description |
3636
| --- | --- | --- |
3737
| `focusChange` | `Event` | Fired when focus changes from one label to another |
38-
| `selectedChange` | `Event` | Fired when the selected tab changes |
38+
| `selectChange` | `Event` | Fired when the selected tab changes |

0 commit comments

Comments
 (0)