Skip to content

Commit 295a68f

Browse files
chore: improve comment (typo)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9a84cab commit 295a68f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/composables/use-roadiz-schema-org-event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function mapEventAvailabilityToStatusSchema(availabilityCode: EventsApi.Availabi
2222
case AvailabilityCode.CANCELLED:
2323
return 'EventCancelled'
2424

25-
// An Event date POSTPONED haven't a new date proposed yet, so we use EventPostponed
25+
// A POSTPONED event date doesn't have a new date proposed yet, so we use EventPostponed
2626
case AvailabilityCode.POSTPONED:
2727
return 'EventPostponed'
2828

0 commit comments

Comments
 (0)