diff --git a/apps/web/pages/bookings/[status].tsx b/apps/web/pages/bookings/[status].tsx index db5dcb07a8..24b6cbc948 100644 --- a/apps/web/pages/bookings/[status].tsx +++ b/apps/web/pages/bookings/[status].tsx @@ -97,7 +97,7 @@ export default function Bookings() { } ); - // Animate page (tab) tranistions to look smoothing + // Animate page (tab) transitions to look smoothing const buttonInView = useInViewObserver(() => { if (!query.isFetching && query.hasNextPage && query.status === "success") {