fix: typos in apps/web (#21224)

Found via codespell

Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
luzpaz
2025-05-12 08:47:02 +00:00
committed by GitHub
co-authored by Alex van Andel
parent 7f9709bdaa
commit e4254ef7cc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 }) {
@@ -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]"
/>
</DropdownMenuTrigger>
@@ -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({