Description
A typo was identified in the sortBy configuration value in the DiscoverGuestView component.
Location: src/pageComponents/discover/DiscoverGuestView.tsx, line 21
Current value: "date-sort-acending"
Expected value: "date-sort-ascending"
This typo may cause issues with downstream consumers expecting the correct sort key.
Context
Acceptance Criteria