Skip to content

Commit e8395ef

Browse files
authored
Format ActionType (#78)
1 parent b380488 commit e8395ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/calendar/src/calendarActionsSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type AddEventAction = {
1919
};
2020

2121
export type RemoveEventAction = {
22-
actionType: 'removeEvent';
22+
actionType: 'remove event';
2323
eventReference: EventReference;
2424
};
2525

0 commit comments

Comments
 (0)