From 5a869228d3f693e49d62ae2c8d54b64d5fa7531e Mon Sep 17 00:00:00 2001 From: Brijendra Singh <113870500+Brijendra-Singh2003@users.noreply.github.com> Date: Sun, 26 Nov 2023 14:34:40 +0530 Subject: [PATCH] typo (#12541) --- apps/web/pages/bookings/[status].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {