Skip to content

Commit e4254ef

Browse files
luzpazemrysal
andauthored
fix: typos in apps/web (calcom#21224)
Found via codespell Co-authored-by: Alex van Andel <me@alexvanandel.com>
1 parent 7f9709b commit e4254ef

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/web/lib/getThemeProviderProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const enum ThemeSupport {
1313
}
1414

1515
/**
16-
* 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
16+
* 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
1717
* The theme stays same for same identifier.
1818
*/
1919
export function getUniqueIdentifierForBookingPage({ pathname }: { pathname: string }) {

apps/web/modules/event-types/views/event-types-listing-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ export const InfiniteEventTypeList = ({
596596
variant="icon"
597597
color="secondary"
598598
StartIcon="ellipsis"
599-
// Unsual practice to use radix state open but for some reason this dropdown and only thi dropdown clears the border radius of this button.
599+
// Unusual practice to use radix state open but for some reason this dropdown and only this dropdown clears the border radius of this button.
600600
className="ltr:radix-state-open:rounded-r-[--btn-group-radius] rtl:radix-state-open:rounded-l-[--btn-group-radius]"
601601
/>
602602
</DropdownMenuTrigger>

apps/web/test/utils/bookingScenario/bookingScenario.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ export const TestData = {
12761276
},
12771277
];
12781278

1279-
// Generate dateoverride for each day in thes first two weeks
1279+
// Generate dateoverride for each day in the first two weeks
12801280
for (let i = 0; i < 15; i++) {
12811281
const dateString = date.toISOString().split("T")[0];
12821282
availability.push({

0 commit comments

Comments
 (0)