From e4254ef7cc508dc05a5d8a2cb6fc04a8e5e361d1 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 12 May 2025 04:47:02 -0400 Subject: [PATCH] fix: typos in apps/web (#21224) Found via codespell Co-authored-by: Alex van Andel --- apps/web/lib/getThemeProviderProps.ts | 2 +- apps/web/modules/event-types/views/event-types-listing-view.tsx | 2 +- apps/web/test/utils/bookingScenario/bookingScenario.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/lib/getThemeProviderProps.ts b/apps/web/lib/getThemeProviderProps.ts index 61d4a4ef81..99f7e247e6 100644 --- a/apps/web/lib/getThemeProviderProps.ts +++ b/apps/web/lib/getThemeProviderProps.ts @@ -13,7 +13,7 @@ const enum ThemeSupport { } /** - * Returns a unique indentifier that remains same as long as we land on the public page for same entity like event-type/routing-form/dynamic-group-booking etc + * Returns a unique identifier that remains the same as long as we land on the public page for the same entity like event-type/routing-form/dynamic-group-booking etc * The theme stays same for same identifier. */ export function getUniqueIdentifierForBookingPage({ pathname }: { pathname: string }) { diff --git a/apps/web/modules/event-types/views/event-types-listing-view.tsx b/apps/web/modules/event-types/views/event-types-listing-view.tsx index 861e584c58..a75e148679 100644 --- a/apps/web/modules/event-types/views/event-types-listing-view.tsx +++ b/apps/web/modules/event-types/views/event-types-listing-view.tsx @@ -596,7 +596,7 @@ export const InfiniteEventTypeList = ({ variant="icon" color="secondary" StartIcon="ellipsis" - // Unsual practice to use radix state open but for some reason this dropdown and only thi dropdown clears the border radius of this button. + // Unusual practice to use radix state open but for some reason this dropdown and only this dropdown clears the border radius of this button. className="ltr:radix-state-open:rounded-r-[--btn-group-radius] rtl:radix-state-open:rounded-l-[--btn-group-radius]" /> diff --git a/apps/web/test/utils/bookingScenario/bookingScenario.ts b/apps/web/test/utils/bookingScenario/bookingScenario.ts index 163cbdbf9b..b2e0a7e399 100644 --- a/apps/web/test/utils/bookingScenario/bookingScenario.ts +++ b/apps/web/test/utils/bookingScenario/bookingScenario.ts @@ -1276,7 +1276,7 @@ export const TestData = { }, ]; - // Generate dateoverride for each day in thes first two weeks + // Generate dateoverride for each day in the first two weeks for (let i = 0; i < 15; i++) { const dateString = date.toISOString().split("T")[0]; availability.push({