Skip to content

Commit 5a866dc

Browse files
juanfabregarigor789
authored andcommitted
Correcting 'timeChange' Event in TimePicker component (#156)
The event is 'timeChange' but the docs currently say 'timeChanged'. Correcting this to avoid confusion for any new users.
1 parent 2065838 commit 5a866dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/elements/components/time-picker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See also: [DatePicker](/en/docs/elements/components/date-picker).
3939

4040
| Name | Description |
4141
|------|-------------|
42-
| `timeChanged` | Emitted when the selected time changes.
42+
| `timeChange` | Emitted when the selected time changes.
4343

4444
## Native component
4545

0 commit comments

Comments
 (0)